We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d5d00 commit 1ff7f24Copy full SHA for 1ff7f24
main.nf
@@ -66,14 +66,14 @@ workflow {
66
// [provenance_file_1.yml, provenance_file_2.yml, provenance_file_3.yml...]]
67
// ...and then concatenate them all together in the 'collect_provenance' process.
68
69
-// Now, combine these channels in the desired order
70
-
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
+// Add gubbins output if applicable and combine these channels in the desired order
+
77
if (!params.skip_gubbins) {
78
ch_gubbins_prov = gubbins.out.provenance
79
0 commit comments