.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
parse_antismash_genbank.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/anid.html
docs/_static/anid_pks.png
docs/_static/cdsearch_islands.png
docs/_static/plot.png
docs/_static/tooltip.png
docs/_static/webapp_left.png
docs/_static/webapp_mid.png
docs/_static/webapp_right.png
docs/api/classify.rst
docs/api/fasta.rst
docs/api/grouping.rst
docs/api/index.rst
docs/api/models.rst
docs/api/ncbi.rst
docs/api/plot.rst
docs/api/results.rst
docs/api/rpsblast.rst
docs/api/search.rst
docs/guide/index.rst
docs/guide/installation.rst
docs/guide/misc.rst
docs/guide/quickstart.rst
docs/guide/rules.rst
img/anid_pks.png
synthaser/__init__.py
synthaser/classify.py
synthaser/config.py
synthaser/download.py
synthaser/extract.py
synthaser/fasta.py
synthaser/genbank.py
synthaser/grouping.py
synthaser/main.py
synthaser/models.py
synthaser/ncbi.py
synthaser/parsers.py
synthaser/plot.py
synthaser/results.py
synthaser/rpsblast.py
synthaser/rules.json
synthaser/search.py
synthaser/settings.py
synthaser.egg-info/PKG-INFO
synthaser.egg-info/SOURCES.txt
synthaser.egg-info/dependency_links.txt
synthaser.egg-info/entry_points.txt
synthaser.egg-info/not-zip-safe
synthaser.egg-info/requires.txt
synthaser.egg-info/top_level.txt
synthaser/plot/d3.min.js
synthaser/plot/index.css
synthaser/plot/index.html
synthaser/plot/synthaser.js
synthaser/plot/synthaser.min.js
tests/anid.faa
tests/anid.tsv
tests/test_classify.py
tests/test_fasta.py
tests/test_main.py
tests/test_models.py
tests/test_ncbi.py
tests/test_plot.py
tests/test_results.py
tests/test_search.py