Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclassified #775

Open
kesava31 opened this issue Sep 6, 2024 · 2 comments
Open

Unclassified #775

kesava31 opened this issue Sep 6, 2024 · 2 comments

Comments

@kesava31
Copy link

kesava31 commented Sep 6, 2024

Hi
I am running ampliseq for eukaryotic classification. I can see many unclassified data based on Barrnap.. (Barrnap classified 13 ( 0.42 %) ASVs as most similar to Bacteria, 16 ( 0.52 %) ASVs to Archea, 0 ( 0 %) ASVs to Mitochondria, 156 ( 5.09 %) ASVs to Eukaryotes, and 2878 ( 93.96 %) were below similarity threshold to any kingdom.)

I using PR2 5.0 database with the following run command. Any suggestion to improve the classification.

nextflow run nf-core/ampliseq -r 2.10.0 -profile singularity --max_cpus 16
--input_folder (Project)
--FW_primer CGGTAAYTCCAGCTCYV --RV_primer CCGTCAATTHCTTYAART
--cutadapt_min_overlap 3 --trunc_qmin 20
--trunclenf 230 --trunclenr 180
--min_len 50 --max_len 550
--vsearch_cluster --vsearch_cluster_id 0.97
--filter_ssu euk
--dada_ref_taxonomy pr2=5.0.0
--max_memory 16.GB

@d4straub
Copy link
Collaborator

d4straub commented Sep 6, 2024

It is slightly worrisome that barrnap cannot classify so many ASVs. And because you are using --filter_ssu euk, all of those are discarded before taxonomic classification with PR2. So I recommend to omit --filter_ssu euk and append -resume and check in the final taxonomic classification whether that might be better aligned to your expectation.

@kesava31
Copy link
Author

Thank you very much. I run the pipeline with by removing --filter_ssu euk. I hope it should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants