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
And copy "names.dmp" and "nodes.dmp" to data directory: "$HOME/.taxonkit".
We use taxonkit on a shared server with many users.
Would you be able to honour an env variable like $TAXONKIT_DB so that we can put the files in one place that's not a home directory?
$TAXONKIT_DB
Then we can have global export TAXONKIT_DB=/opt/data/taxonkit/ and the two files will be found there?
export TAXONKIT_DB=/opt/data/taxonkit/
We'd rather not set global aliases for --names-file and --nodes-file
--names-file
--nodes-file
The text was updated successfully, but these errors were encountered:
Sure, I'll implement this in few days.
Sorry, something went wrong.
replace global flags '--names-file' and '--nodes-file' with '--data-d…
7923946
…ir', also support environment variable 'TAXONKIT_DB' #17
Dear @tseemann , please test it. v0.2.5-dev4
No branches or pull requests
We use taxonkit on a shared server with many users.
Would you be able to honour an env variable like
$TAXONKIT_DB
so that we can put the files in one place that's not a home directory?Then we can have global
export TAXONKIT_DB=/opt/data/taxonkit/
and the two files will be found there?We'd rather not set global aliases for
--names-file
and--nodes-file
The text was updated successfully, but these errors were encountered: