You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
ampliseq/assets/report_template.Rmd
Lines 991 to 999 in 4e48b71
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
nextflow run nf-core/ampliseq -r 2.7.0 -profile cfc --FW_primer CTTGGTCATTTAGAGGAAGTAA --RV_primer GCTGCGTTCTTCATCGATGC --input_fasta "ASV_seqs.fasta" --min_len_asv 1 --dada_ref_taxonomy "unite-fungi=9.0" --sintax_ref_taxonomy "unite-fungi=9.0" --kraken2_ref_tax_custom "https://genome-idx.s3.amazonaws.com/kraken/k2_pluspf_20231009.tar.gz" --kraken2_assign_taxlevels "D,P,C,O,F,G,S" --qiime_ref_taxonomy "unite-fungi" --outdir reclassification
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: