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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Looks like a postgresql database must first be created before new_database can be run:
./taxit -v new_database postgresql://localhost/ncbi_taxonomy ... sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: database "ncbi_taxonomy" does not exist
Is there a reason not to auto-create, or at least provide a flag to do so?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like a postgresql database must first be created before new_database can be run:
Is there a reason not to auto-create, or at least provide a flag to do so?
The text was updated successfully, but these errors were encountered: