mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Make epang output meta with the jplace channel (#2073)
This commit is contained in:
parent
e55012ff92
commit
b121596ae0
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ process EPANG {
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("./.") , emit: epang , optional: true
|
tuple val(meta), path("./.") , emit: epang , optional: true
|
||||||
path "*.epa_result.jplace.gz", emit: jplace , optional: true
|
tuple val(meta), path("*.epa_result.jplace.gz"), emit: jplace , optional: true
|
||||||
path "*.epa_info.log" , emit: log
|
path "*.epa_info.log" , emit: log
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue