LICENSE
README.md
pyproject.toml
src/magebin/00_config.py
src/magebin/05_dataset.py
src/magebin/06_evidence.py
src/magebin/07_graph.py
src/magebin/08_model.py
src/magebin/09_completeness.py
src/magebin/10_clustering.py
src/magebin/11_pipeline.py
src/magebin/12_metrics.py
src/magebin/13_cli.py
src/magebin/__init__.py
src/magebin/__main__.py
src/magebin.egg-info/PKG-INFO
src/magebin.egg-info/SOURCES.txt
src/magebin.egg-info/dependency_links.txt
src/magebin.egg-info/entry_points.txt
src/magebin.egg-info/requires.txt
src/magebin.egg-info/top_level.txt
src/magebin/preprocessing/1_contigs.py
src/magebin/preprocessing/2_coverage.py
src/magebin/preprocessing/3_graph.py
src/magebin/preprocessing/4_dataset.py
src/magebin/preprocessing/__init__.py
tests/test_cli.py
tests/test_completeness.py
tests/test_config.py
tests/test_evidence.py
tests/test_graph.py
tests/test_metrics.py
tests/test_model.py
tests/test_pipeline.py
tests/test_preprocessing.py