LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/app/__init__.py
src/app/__main__.py
src/app/config.py
src/app/flask_app.py
src/app/run.py
src/app/static/__init__.py
src/app/static/__pycache__/__init__.cpython-39.pyc
src/app/static/css/base_style.css
src/app/static/css/depht_style.css
src/app/static/css/depht_train_style.css
src/app/static/css/documentation_style.css
src/app/static/css/models_style.css
src/app/static/css/program_style.css
src/app/static/css/results_style.css
src/app/static/images/SEAPHAGES_Logo.png
src/app/static/images/hatfull.jpg
src/app/static/images/help_icon.jpg
src/app/static/images/help_icon.png
src/app/static/images/hhmi_logo.jpg
src/app/static/images/pitt_logo.png
src/app/static/images/prophage_csv.png
src/app/static/js/arguments.js
src/app/static/js/doc_functions.js
src/app/templates/__init__.py
src/app/templates/base.html
src/app/templates/documentation.html
src/app/templates/loading_base.html
src/app/templates/program_base.html
src/app/templates/results_base.html
src/app/templates/__pycache__/__init__.cpython-39.pyc
src/app/templates/depht/depht.html
src/app/templates/depht/loading.html
src/app/templates/depht/results.html
src/app/templates/models/models.html
src/app/templates/train/loading.html
src/app/templates/train/results.html
src/app/templates/train/train.html
src/app/views/__init__.py
src/app/views/depht.py
src/app/views/documentation.py
src/app/views/models.py
src/app/views/train.py
src/depht_gui.egg-info/PKG-INFO
src/depht_gui.egg-info/SOURCES.txt
src/depht_gui.egg-info/dependency_links.txt
src/depht_gui.egg-info/entry_points.txt
src/depht_gui.egg-info/requires.txt
src/depht_gui.egg-info/top_level.txt
src/run_depht/__init__.py
src/run_depht/run_depht.py