An open API service indexing awesome lists of open source software.

https://github.com/brsynth/taxonid

Get taxon id from NCBI taxonomy database
https://github.com/brsynth/taxonid

Last synced: 5 months ago
JSON representation

Get taxon id from NCBI taxonomy database

Awesome Lists containing this project

README

          

# taxonid - Get taxon id from NCBI taxonomy database

## Install
### From Conda
```sh
[sudo] conda install -c conda-forge taxonid

```

## Use
### CLI
```
python -m taxonid "Escherichia coli str. K-12 substr. MG1655"
```
### As a Python module
```python
from taxonid import get_from_label

taxon_id = get_from_label("Escherichia coli str. K-12 substr. MG1655")
```

## Tests
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](ci/README.md)). -->

## Authors

* **Joan Hérisson**

## Acknowledgments

* ChatGPT

## Licence
taxonid is released under the MIT licence. See the LICENCE file for details.