mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
make module output meta map (#1803)
This commit is contained in:
parent
9d7208504d
commit
e1a3ae6bf5
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ process CELLRANGER_COUNT {
|
||||||
path reference
|
path reference
|
||||||
|
|
||||||
output:
|
output:
|
||||||
path("sample-${meta.gem}/outs/*"), emit: outs
|
tuple val(meta), path("sample-${meta.gem}/outs/*"), emit: outs
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
task.ext.when == null || task.ext.when
|
task.ext.when == null || task.ext.when
|
||||||
|
|
Loading…
Reference in a new issue