1
0
Fork 0
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:
Thomas A. Christensen II 2022-06-14 09:02:06 -05:00
parent 5db450b7b5
commit be5a7fd824
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

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