mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-23 20:59:54 +00:00
Emit visualizations channel
This commit is contained in:
parent
5db450b7b5
commit
be5a7fd824
1 changed files with 4 additions and 3 deletions
|
@ -218,7 +218,8 @@ workflow PROFILING {
|
|||
}
|
||||
|
||||
emit:
|
||||
profiles = ch_raw_profiles // channel: [ val(meta), [ reads ] ] - should be text files or biom
|
||||
versions = ch_versions // channel: [ versions.yml ]
|
||||
mqc = ch_multiqc_files
|
||||
profiles = ch_raw_profiles // channel: [ val(meta), [ reads ] ] - should be text files or biom
|
||||
versions = ch_versions // channel: [ versions.yml ]
|
||||
mqc = ch_multiqc_files
|
||||
visualizations = ch_visualizations
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue