Closed d4straub closed 1 year ago
Doesnt really fit in here, but the stats of the length filter also seems off:
I used --min_len_asv 1
(as above, just to get the distribution figure in the report) and the report says
Filtering omitted all ASVs with length lower than 1 bp.
The number of ASVs was reduced by 27.5 ( 1.51 %), from 1817.5 to 1790 ASVs.
which isnt right, because there were 1790 ASVs already in the input file and no ASV was removed. The figure itself seems to be fine.
Documentation issues:
--input_folder
instead of --input
in the help text. Also, that should be more clear in the description.--exclude_taxa
is after taxonomic classification, 3 bottom ones are technically all in downstream analysis because in QIIME2)This is in dev now, closing the issue.
Description of the bug
When using UNITE fungi with QIIME2 for taxonomic classification, the statistics in the summary report (results/summary_report/summary_report.html) shows for rank "Kingdom" 100% classification, while all other ranks receive 0%.
This is because UNITE database contains strings such as
while Greengenes 16S - Version 13_8 produces taxonomic strings such as
and parsing for the report takes only the Greengenes format into account with https://github.com/nf-core/ampliseq/blob/4e48b7100302e2576ac1be2ccc7d464253e9d20e/assets/report_template.Rmd#L991-L999
Other taxonomic classifications that I did, i.e. DADA2 with UNITE-Fungi, Kraken2, and SINTAX with UNITE-Fungi (see below), were fine.
Command used and terminal output
Relevant files
No response
System information
No response