We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am getting an error that I cannot troubleshoot when creating the database.
I first ran: taxadb download -o taxadb -t prot
Then: taxadb create -i taxadb --dbname taxadb.sqlite
It returns this: INFO:taxadb.app:Parsing files INFO:taxadb.parser.TaxaDumpParser:Parsed nodes.dmp INFO:taxadb.parser.TaxaDumpParser:Parsed names.dmp INFO:taxadb.app:Inserting taxonomy data INFO:taxadb.app: 0 chunks [00:00, ? chunks/s]
ERROR:taxadb.app:sqlite3 error: too many SQL variables ERROR:taxadb.app:Maybe retry with a lower chunk size.
I'm not sure what is wrong here. I appreciate any help, thanks!
The text was updated successfully, but these errors were encountered:
Try something like:
taxadb create -i taxadb --dbname taxadb.sqlite --chunk 100
Sorry, something went wrong.
No branches or pull requests
Hello, I am getting an error that I cannot troubleshoot when creating the database.
I first ran: taxadb download -o taxadb -t prot
Then:
taxadb create -i taxadb --dbname taxadb.sqlite
It returns this:
INFO:taxadb.app:Parsing files
INFO:taxadb.parser.TaxaDumpParser:Parsed nodes.dmp
INFO:taxadb.parser.TaxaDumpParser:Parsed names.dmp
INFO:taxadb.app:Inserting taxonomy data
INFO:taxadb.app: 0 chunks [00:00, ? chunks/s]
ERROR:taxadb.app:sqlite3 error: too many SQL variables
ERROR:taxadb.app:Maybe retry with a lower chunk size.
I'm not sure what is wrong here. I appreciate any help, thanks!
The text was updated successfully, but these errors were encountered: