.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
tox.ini
.github/workflows/python-app.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/blast.rst
docs/source/conf.py
docs/source/database.rst
docs/source/datasets.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/taxonomy_groups.png
requirements/base.txt
requirements/test.txt
src/gtax/__init__.py
src/gtax/gtax_database.py
src/gtax/gtax_main.py
src/gtax/sequence.py
src/gtax/sequence_binning.py
src/gtax/taxonomy.py
src/gtax/taxonomy_blast.py
src/gtax/taxonomy_main.py
src/gtax/utils.py
src/gtax.egg-info/PKG-INFO
src/gtax.egg-info/SOURCES.txt
src/gtax.egg-info/dependency_links.txt
src/gtax.egg-info/entry_points.txt
src/gtax.egg-info/requires.txt
src/gtax.egg-info/top_level.txt
tests/test_gtax_database.py
tests/test_taxonomy.py