.gitignore
LICENSE
environment-gpu.yml
environment.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/tests.yaml
.github/workflows/wheel.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
docs/Makefile
docs/_config.yml
docs/_toc.yml
docs/api.md
docs/build.sh
docs/cli.md
docs/introduction.md
docs/is_new_stable.py
examples/bottleneck/model.py
requirements/docs.txt
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_genobuilder.py
tests/test_parameters.py
tests/test_store.py
tests/test_vcf.py