Skip to content

Commit 43926b4

Browse files
committed
allow QIIME2 with conda and custom database
1 parent 415eaa9 commit 43926b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/ampliseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ workflow AMPLISEQ {
232232
}
233233

234234
// Only run QIIME2 taxonomy classification if needed parameters are passed and we are not skipping taxonomy or qiime steps.
235-
if ( !(workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) && !params.skip_taxonomy && !params.skip_qiime && (params.qiime_ref_taxonomy || params.qiime_ref_tax_custom || params.classifier) ) {
235+
if ( !params.skip_taxonomy && !params.skip_qiime && (params.qiime_ref_taxonomy || params.qiime_ref_tax_custom || params.classifier) ) {
236236
run_qiime2_taxonomy = true
237237
} else {
238238
run_qiime2_taxonomy = false

0 commit comments

Comments
 (0)