LICENSE
README.md
pyproject.toml
biobuntu.egg-info/PKG-INFO
biobuntu.egg-info/SOURCES.txt
biobuntu.egg-info/dependency_links.txt
biobuntu.egg-info/entry_points.txt
biobuntu.egg-info/requires.txt
biobuntu.egg-info/top_level.txt
cli/__init__.py
cli/cli.py
configs/__init__.py
configs/default.yaml
configs/threads.yaml
configs/tools.yaml
core/__init__.py
core/config.py
core/engine.py
core/file_manager.py
core/logger.py
core/project_manager.py
core/runner.py
core/utils.py
gui/__init__.py
gui/main.py
gui/widgets/file_drop.py
gui/widgets/progress_bar.py
gui/windows/main_window.py
gui/windows/settings_window.py
tests/test_cli.py
tests/test_configs_package.py
tests/test_engine.py
tests/test_web_routes_import.py
tests/test_web_templates.py
tests/test_workflows.py
tools/bwa.py
tools/fastqc.py
tools/gatk.py
tools/hisat2.py
tools/samtools.py
web/__init__.py
web/api.py
web/routes/__init__.py
web/routes/pipelines.py
web/routes/projects.py
web/routes/status.py
web/static/css/style.css
web/static/images/favicon.svg
web/static/images/logo.svg
web/static/images/spinner.svg
web/static/js/app.js
web/templates/index.html