File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,14 @@ workflow {
6868
6969// Now, combine these channels in the desired order
7070
71+ ch_pipeline_prov = pipeline_provenance. out
72+ ch_snippy_prov = snippy_core. out. provenance
73+ ch_snp_sites_prov = snp_sites. out. provenance
74+ ch_iqtree_prov = iqtree. out. provenance
75+ ch_shiptv_prov = shiptv. out. provenance
76+
7177 if (! params. skip_gubbins) {
72- ch_pipeline_prov = pipeline_provenance. out
73- ch_snippy_prov = snippy_core. out. provenance
7478 ch_gubbins_prov = gubbins. out. provenance
75- ch_snp_sites_prov = snp_sites. out. provenance
76- ch_iqtree_prov = iqtree. out. provenance
77- ch_shiptv_prov = shiptv. out. provenance
7879
7980 ch_provenance = ch_pipeline_prov
8081 .concat(ch_snippy_prov)
@@ -85,12 +86,6 @@ workflow {
8586 .collect()
8687
8788 } else {
88- ch_pipeline_prov = pipeline_provenance. out
89- ch_snippy_prov = snippy_core. out. provenance
90- ch_snp_sites_prov = snp_sites. out. provenance
91- ch_iqtree_prov = iqtree. out. provenance
92- ch_shiptv_prov = shiptv. out. provenance
93-
9489 ch_provenance = ch_pipeline_prov
9590 .concat(ch_snippy_prov)
9691 .concat(ch_snp_sites_prov)
You can’t perform that action at this time.
0 commit comments