We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6c984 commit 5af4545Copy full SHA for 5af4545
workflows/ampliseq.nf
@@ -873,7 +873,7 @@ workflow AMPLISEQ {
873
ch_tree_for_robject = FASTA_NEWICK_EPANG_GAPPA.out.grafted_phylogeny.map { it = it[1] }.first()
874
} else if (params.multiregion) {
875
ch_tree_for_robject = SIDLE_WF.out.tree_nwk
876
- } 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) ) {
877
ch_tree_for_robject = QIIME2_DIVERSITY.out.tree_nwk
878
} else {
879
ch_tree_for_robject = []
0 commit comments