.gitignore
LICENSE
environment-gpu.yml
environment.yml
requirements.txt
setup.cfg
setup.py
.github/workflows/lint.yaml
.github/workflows/tests.yaml
dinf/__init__.py
dinf/__main__.py
dinf/_version.py
dinf/dinf.py
dinf/discriminator.py
dinf/feature_extractor.py
dinf/genobuilder.py
dinf/parameters.py
dinf/py.typed
dinf/report.py
dinf/store.py
dinf/vcf.py
dinf.egg-info/PKG-INFO
dinf.egg-info/SOURCES.txt
dinf.egg-info/dependency_links.txt
dinf.egg-info/entry_points.txt
dinf.egg-info/not-zip-safe
dinf.egg-info/requires.txt
dinf.egg-info/top_level.txt
examples/bottleneck/model.py
requirements/lint.txt
requirements/minimal.txt
requirements/test.txt
tests/__init__.py
tests/test_dinf.py
tests/test_discriminator.py
tests/test_feature_extractor.py
tests/test_parameters.py
tests/test_store.py
tests/test_vcf.py