-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add logic to generate taxonomy4blast.sqlite3 database #158
Comments
For now, string based bespoke taxonomies "UW###" will not work:
But I will write an email to NCBI arguing tax_ids are not Int8s and see if they will change their dtype rule |
|
Snappy response, if a bummer. I think there are still use cases for this taxtastic functionality, for databases which do not include non-NCBI taxa (such as ya16sdb). |
I suspect they want tax_id numerical for db performance purposes instead of adding another unique indexing column to their internal db schema |
In the BLAST+ manual, there are notes about support for exending the
--{negative}-taxids
CLI prompts to allow for filtering by non-leaf tax nodes. Support for this functionality appears to require a file calledtaxonomy4blast.sqlite3
alongside the blast datatabase binaries. It would be great if taxtastic could be extended to leverage logic for defining taxonomic lineages while exporting this specific shape, in order to facilitate builds of custom databases with bespoke taxonomies./cc @nhoffman @crosenth
The text was updated successfully, but these errors were encountered: