Closed robinsleith closed 3 years ago
My version of the dada.R script (from the weeds-workshop) has two assign_taxonomy calls, see below. It looks like the top version is not written, can this be removed?
taxa <- dadautils::assign_taxonomy(seqtab.nochim, refFasta = CFG$dada2_assignTaxonomy_nochim$refFasta, taxLevels = CFG$dada2_assignTaxonomy_nochim$taxLevels, minBoot = CFG$dada2_assignTaxonomy_nochim$minBoot, outputBootstraps = CFG$dada2_assignTaxonomy_nochim$outputBootstraps, verbose = CFG$dada2_assignTaxonomy_nochim$verbose, multithread = CFG$multithread, drop_levels = "Species") taxa <- dadautils::assign_taxonomy(seqtab.nochim, refFasta = CFG$dada2_assignTaxonomy_nochim$refFasta, taxLevels = CFG$dada2_assignTaxonomy_nochim$taxLevels, minBoot = CFG$dada2_assignTaxonomy_nochim$minBoot, outputBootstraps = CFG$dada2_assignTaxonomy_nochim$outputBootstraps, verbose = CFG$dada2_assignTaxonomy_nochim$verbose, multithread = CFG$multithread, drop_levels = "Species", save_file = TRUE, filename = file.path(CFG$output_path, "taxa.csv"))
Yes
My version of the dada.R script (from the weeds-workshop) has two assign_taxonomy calls, see below. It looks like the top version is not written, can this be removed?