We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83ace1 commit 59832aeCopy full SHA for 59832ae
1 file changed
subworkflows/local/taxonomy.nf
@@ -27,7 +27,7 @@ workflow TAXONOMY {
27
// (move from 'generate_outputs')
28
29
if (params.tax_assignment_method == 'rdp') {
30
- DADA2_TAXONOMY_CLASSIFIER(
+ DADA2_ASSIGN_TAXA_SPECIES(
31
ch_readmap_rds,
32
ref_file,
33
species_file
0 commit comments