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
It could be useful to add a taxonomy classifier to the vsearch plugin, mirroring the functionality of the qiime1 uclust classifier.
An example command that I had used previously for this, showing (at least the basic) parameters needed: vsearch --usearch_global <input fasta> --db <ref seqs> --uc <output file> --id <% similarity> --strand both --maxaccepts <int> --maxrejects <int> --uc_allhits --output_no_hits
This outputs .uc files, so a conversion method akin to taxter's uc_consensus_assignments may be needed.
The text was updated successfully, but these errors were encountered:
@nbokulich, do you think this is still something that should go in q2-vsearch, or would it make more sense in q2-feature-classifier? I think the latter, so I'm going to close this, but let me know if you disagree and we can discuss.
It could be useful to add a taxonomy classifier to the vsearch plugin, mirroring the functionality of the qiime1 uclust classifier.
An example command that I had used previously for this, showing (at least the basic) parameters needed:
vsearch --usearch_global <input fasta> --db <ref seqs> --uc <output file> --id <% similarity> --strand both --maxaccepts <int> --maxrejects <int> --uc_allhits --output_no_hits
This outputs .uc files, so a conversion method akin to taxter's uc_consensus_assignments may be needed.
The text was updated successfully, but these errors were encountered: