Skip to content

Commit

Permalink
omitting QIMME2 tree when QIIME2 isnt executed
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Dec 20, 2024
1 parent ef6c984 commit 5af4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ampliseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ workflow AMPLISEQ {
ch_tree_for_robject = FASTA_NEWICK_EPANG_GAPPA.out.grafted_phylogeny.map { it = it[1] }.first()
} else if (params.multiregion) {
ch_tree_for_robject = SIDLE_WF.out.tree_nwk
} else if ( params.metadata && (!params.skip_alpha_rarefaction || !params.skip_diversity_indices) ) {
} else if ( run_qiime2 && params.metadata && (!params.skip_alpha_rarefaction || !params.skip_diversity_indices) ) {
ch_tree_for_robject = QIIME2_DIVERSITY.out.tree_nwk
} else {
ch_tree_for_robject = []
Expand Down

0 comments on commit 5af4545

Please sign in to comment.