mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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
|
||||
|
||||
output:
|
||||
path("sample-${meta.gem}/outs/*"), emit: outs
|
||||
path "versions.yml" , emit: versions
|
||||
tuple val(meta), path("sample-${meta.gem}/outs/*"), emit: outs
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
Loading…
Reference in a new issue