Skip to content

Commit 1ff7f24

Browse files
committed
update comment
1 parent 81d5d00 commit 1ff7f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ workflow {
6666
// [provenance_file_1.yml, provenance_file_2.yml, provenance_file_3.yml...]]
6767
// ...and then concatenate them all together in the 'collect_provenance' process.
6868

69-
// Now, combine these channels in the desired order
70-
7169
ch_pipeline_prov = pipeline_provenance.out
7270
ch_snippy_prov = snippy_core.out.provenance
7371
ch_snp_sites_prov = snp_sites.out.provenance
7472
ch_iqtree_prov = iqtree.out.provenance
7573
ch_shiptv_prov = shiptv.out.provenance
7674

75+
// Add gubbins output if applicable and combine these channels in the desired order
76+
7777
if (!params.skip_gubbins) {
7878
ch_gubbins_prov = gubbins.out.provenance
7979

0 commit comments

Comments
 (0)