Skip to content

Commit e6b4586

Browse files
committed
swap label from single to low
1 parent d5abbeb commit e6b4586

File tree

1 file changed

+1
-1
lines changed
  • modules/nf-core/vclust/prefilter

1 file changed

+1
-1
lines changed

modules/nf-core/vclust/prefilter/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process VCLUST_PREFILTER {
22
tag "$meta.id"
3-
label 'process_single'
3+
label 'process_low'
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?

0 commit comments

Comments
 (0)