[sudo] conda install -c conda-forge taxonid
python -m taxonid "Escherichia coli str. K-12 substr. MG1655"
from taxonid import get_from_label
taxon_id = get_from_label("Escherichia coli str. K-12 substr. MG1655")
Please follow instructions below ti run tests:
cd tests
pytest -v
For further tests and development tools, a CI toolkit is provided in ci
folder (see ci/README.md). -->
- Joan Hérisson
- ChatGPT
taxonid is released under the MIT licence. See the LICENCE file for details.