.flake8
.gitignore
.pre-commit-config.yaml
.python-version
CONTRIBUTING.md
LICENSE.md
README.md
pre-commit-tests.sh
pyproject.toml
requirements-build.txt
.github/workflows/checks.yaml
.github/workflows/release.yaml
1000g/1000g_plugin.py
1000g/worked_example.py
scripts/1000g-figures.ipynb
scripts/1000g-processing.py
scripts/1000g-sample-stats.py
scripts/MetaKB_Query_Tutorial.ipynb
scripts/setup.sh
scripts/utils.py
scripts/vrs_vcf_annotator.py
src/plugin_system/__init__.py
src/plugin_system/plugin_manager.py
src/plugin_system/utils.py
src/plugin_system/plugins/__init__.py
src/plugin_system/plugins/base_plugin.py
src/plugin_system/plugins/gregor_plugin.py
src/plugin_system/plugins/simple_plugin.py
src/vrs_anvil/__init__.py
src/vrs_anvil/annotator.py
src/vrs_anvil/cli.py
src/vrs_anvil/collector.py
src/vrs_anvil/evidence.py
src/vrs_anvil/translator.py
src/vrs_anvil_toolkit.egg-info/PKG-INFO
src/vrs_anvil_toolkit.egg-info/SOURCES.txt
src/vrs_anvil_toolkit.egg-info/dependency_links.txt
src/vrs_anvil_toolkit.egg-info/entry_points.txt
src/vrs_anvil_toolkit.egg-info/requires.txt
src/vrs_anvil_toolkit.egg-info/top_level.txt
terra/setup.sh
tests/__init__.py
tests/fixtures/.gitignore
tests/fixtures/1kGP.chr1.1000.slim.vcf
tests/fixtures/1kGP.chr1.1000.vcf
tests/fixtures/1kGP.chr1.1000.vrs.vcf.gz
tests/fixtures/1kGP.chr1.1000.vrs.vcf.gz.tbi
tests/fixtures/chr1_multi_sample_index.db
tests/fixtures/chr1_multi_sample_vrs.vcf
tests/fixtures/chr1_multi_sample_vrs.vcf.gz
tests/fixtures/chr1_multi_sample_vrs.vcf.gz.tbi
tests/fixtures/expected_vcf_output.vcf
tests/fixtures/expected_vrs_objects.pkl
tests/fixtures/gnomAD_v4.0.0_ENSG00000012048_2024_03_04_18_33_26.csv
tests/fixtures/manifest.yaml
tests/fixtures/test_vcf_input.vcf
tests/fixtures/chr1_metrics/metrics_20240402_153028_94743.yaml
tests/fixtures/gregor/.gitignore
tests/fixtures/gregor/README.md
tests/fixtures/metakb/.gitignore
tests/fixtures/metakb/README.md
tests/fixtures/ps/manifest.yaml
tests/fixtures/ps/state/metrics_scattered_20240507_202942_0.yaml
tests/fixtures/ps/state/metrics_scattered_20240507_202942_1.yaml
tests/fixtures/ps/state/metrics_scattered_20240507_203113_0.yaml
tests/fixtures/ps/state/metrics_scattered_20240507_203113_1.yaml
tests/fixtures/ps/state/vrs_anvil_scattered_20240507_202942_0.log
tests/fixtures/ps/state/vrs_anvil_scattered_20240507_202942_1.log
tests/fixtures/ps/state/vrs_anvil_scattered_20240507_203113_0.log
tests/fixtures/ps/state/vrs_anvil_scattered_20240507_203113_1.log
tests/fixtures/ps/work/manifest_scattered_20240507_202942_0.yaml
tests/fixtures/ps/work/manifest_scattered_20240507_202942_1.yaml
tests/fixtures/ps/work/manifest_scattered_20240507_203113_0.yaml
tests/fixtures/ps/work/manifest_scattered_20240507_203113_1.yaml
tests/fixtures/ps/work/scattered_processes_20240507_202942.yaml
tests/fixtures/ps/work/scattered_processes_20240507_203113.yaml
tests/integration/test_metakb_api.py
tests/integration/test_terra.py
tests/integration/gregor/__init__.py
tests/integration/gregor/conftest.py
tests/integration/gregor/test_caf_generation.py
tests/integration/gregor/test_phenotype_index.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_1000g_vcf.py
tests/unit/test_annotator.py
tests/unit/test_cli.py
tests/unit/test_coding_conventions.py
tests/unit/test_collect_vcfs.py
tests/unit/test_metakb.py
tests/unit/test_plugin.py
tests/unit/test_translator.py
tests/unit/test_vcf_to_gnomad.py