Skip to content

Commit

Permalink
Fix version mixing in --qiime_ref_taxonomy case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marshall committed Dec 7, 2023
1 parent 93e174e commit 45bee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/qiime2_preptax.nf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ workflow QIIME2_PREPTAX {
}
} else {
FORMAT_TAXONOMY_QIIME ( ch_qiime_ref_taxonomy )
ch_qiime2_preptax_versions(FORMAT_TAXONOMY_QIIME.out.versions)
ch_qiime2_preptax_versions = ch_qiime2_preptax_versions.mix(FORMAT_TAXONOMY_QIIME.out.versions)

ch_ref_database = FORMAT_TAXONOMY_QIIME.out.fasta.combine(FORMAT_TAXONOMY_QIIME.out.tax)
}
Expand Down

0 comments on commit 45bee71

Please sign in to comment.