make module output meta map (#1803)

This commit is contained in:
Felipe Marques de Almeida 2022-06-23 12:43:06 +02:00 committed by GitHub
parent 9d7208504d
commit e1a3ae6bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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