We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5abbeb commit e6b4586Copy full SHA for e6b4586
modules/nf-core/vclust/prefilter/main.nf
@@ -1,6 +1,6 @@
1
process VCLUST_PREFILTER {
2
tag "$meta.id"
3
- label 'process_single'
+ label 'process_low'
4
5
conda "${moduleDir}/environment.yml"
6
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
0 commit comments