We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9322f99 commit 48ea3c4Copy full SHA for 48ea3c4
modules/nf-core/custom/matrixfilter/main.nf
@@ -1,5 +1,5 @@
1
process CUSTOM_MATRIXFILTER {
2
- tag "$meta"
+ tag "$meta.id"
3
label 'process_single'
4
conda "${moduleDir}/environment.yml"
5
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
0 commit comments