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

classify-consensus-vsearch files #2

Open
mls3514 opened this issue Aug 8, 2024 · 2 comments
Open

classify-consensus-vsearch files #2

mls3514 opened this issue Aug 8, 2024 · 2 comments

Comments

@mls3514
Copy link

mls3514 commented Aug 8, 2024

Hi,

Thank you for your paper and the classifier.

I'm using the gtdb207nr_classifierpairC for taxonomy analysis with classify-sklearn but I would like to compare the results using classify-consensus-vsearch. I'm trying to find the reference reads and reference taxonomy .qza files associated with classifierpairC.

Could you please help me with the right files I should use?

Here’s the command I'm planning to run:

qiime feature-classifier classify-consensus-vsearch
--i-query rep-seqs.qza
--i-reference-reads [reference-reads].qza
--i-reference-taxonomy [reference-taxonomy].qza
--p-threads 35
--output-dir vsearch_taxonomy
--verbose
I appreciate your help!
Thanks

@cazzlewazzle89
Copy link
Owner

Hi,

Thanks for posting this comment.
The input files used to train that particular model are gtdb207nr_nrRep.fna.gz and gtdb207nr_taxRep.tsv.

All nr classifiers are trained using the corresponding nrRep taxonomy - I probably should have made that more explicit in the manuscript.

The commands used are as follows - where $1 are BASH positional arguments directing to the sequence and taxonomy files.

qiime feature-classifier extract-reads \
      --i-sequences $1 \
      --p-f-primer AGRGTTTGATYHTGGCTCAG \
      --p-r-primer CCRAMCTGTCTCACGACG \
      --p-min-length 1000 \
      --o-reads reads_pairC.qza

qiime feature-classifier fit-classifier-naive-bayes \
  --i-reference-reads reads_pairC.qza \
  --i-reference-taxonomy $1 \
  --o-classifier classifier_pairC.qza

All the best,
Calum

@mls3514
Copy link
Author

mls3514 commented Aug 20, 2024

Thanks a lot,
Best,
MLuisa

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