Make epang output meta with the jplace channel (#2073)

This commit is contained in:
Daniel Lundin 2022-09-16 10:22:50 +02:00 committed by GitHub
parent e55012ff92
commit b121596ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,10 @@ process EPANG {
path binaryfile
output:
tuple val(meta), path("./.") , emit: epang , optional: true
path "*.epa_result.jplace.gz", emit: jplace , optional: true
path "*.epa_info.log" , emit: log
path "versions.yml" , emit: versions
tuple val(meta), path("./.") , emit: epang , optional: true
tuple val(meta), path("*.epa_result.jplace.gz"), emit: jplace , optional: true
path "*.epa_info.log" , emit: log
path "versions.yml" , emit: versions
when:
task.ext.when == null || task.ext.when