-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error with makeblastdb using GTDB taxonkit create-taxdump taxid.map #70
Comments
I tried using the latets release of makeblastdb an had the same error,
|
We hashed the taxon name (in lower case) of each taxon node to uint64 using xxhash and converted it to It's time for change. |
Just updated the code. Please test it.
I'll update https://github.com/shenwei356/gtdb-taxdump later. |
Tagged a new release: v0.14.0 |
Hello Wei Shen,
This is not strictly an error with taxonkit create-taxdump, but more of a feature request?
I'm trying to use the taxid.map generated using taxonkit create-taxdump for the GTDB database (r207) when making a blastn database of the complete set of GTDB representative genomes (r207).
Making the taxdump using taxonkit,
Using it to make the blast database (where the error occurs),
In the taxid.map generated with taxonkit ,
It seems like the size of the value is too large for makeblastdb to handle when building?
It may be more of an issue with makeblastdb, but I thought I would pass it on as it might be an easy fix in taxonkit 😋
Thank you for all the excellent bioinformatic software 🥇 😁
Ben
The text was updated successfully, but these errors were encountered: