.dockerignore
.env.example
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.service_info_example.yaml
CITATION.cff
Dockerfile
LICENSE
Makefile
README.md
compose.yaml
pyproject.toml
.github/CODEOWNERS
.github/labels.yml
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/workflows/labels.yml
.github/workflows/python-package.yml
.github/workflows/release.yml
.github/workflows/stale.yml
docs/Makefile
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/features.rst
docs/source/help.rst
docs/source/index.rst
docs/source/license.rst
docs/source/_templates/module_summary.rst
docs/source/_templates/module_summary_no_inherit.rst
docs/source/api/index.rst
docs/source/api/api/anyvar.anyvar.rst
docs/source/api/api/anyvar.core.metadata.rst
docs/source/api/api/anyvar.core.objects.rst
docs/source/api/api/mapping/anyvar.mapping.liftover.rst
docs/source/api/api/queueing/anyvar.queueing.celery_worker.rst
docs/source/api/api/storage/anyvar.storage.base.rst
docs/source/api/api/storage/anyvar.storage.mapper_registry.rst
docs/source/api/api/storage/anyvar.storage.mappers.rst
docs/source/api/api/storage/anyvar.storage.no_db.rst
docs/source/api/api/storage/anyvar.storage.orm.rst
docs/source/api/api/storage/anyvar.storage.postgres.rst
docs/source/api/api/translate/anyvar.translate.base.rst
docs/source/api/api/translate/anyvar.translate.vrs_python.rst
docs/source/api/api/vcf/anyvar.vcf.ingest.rst
docs/source/configuration/async.rst
docs/source/configuration/authentication.rst
docs/source/configuration/docker_compose.rst
docs/source/configuration/dotenv_example.rst
docs/source/configuration/index.rst
docs/source/configuration/logging.rst
docs/source/configuration/service_info.rst
docs/source/configuration/snowflake.rst
docs/source/configuration/storage.rst
docs/source/getting_started/docker_compose.rst
docs/source/getting_started/index.rst
docs/source/getting_started/manual_setup.rst
docs/source/usage/index.rst
docs/source/usage/python.rst
docs/source/usage/rest_api.rst
docs/source/usage/rest_service.rst
scripts/vcf_benchmark.py
src/anyvar/__init__.py
src/anyvar/anyvar.py
src/anyvar.egg-info/PKG-INFO
src/anyvar.egg-info/SOURCES.txt
src/anyvar.egg-info/dependency_links.txt
src/anyvar.egg-info/requires.txt
src/anyvar.egg-info/top_level.txt
src/anyvar/core/__init__.py
src/anyvar/core/metadata.py
src/anyvar/core/objects.py
src/anyvar/mapping/__init__.py
src/anyvar/mapping/liftover.py
src/anyvar/queueing/__init__.py
src/anyvar/queueing/celery_worker.py
src/anyvar/restapi/__init__.py
src/anyvar/restapi/auth.py
src/anyvar/restapi/main.py
src/anyvar/restapi/meta_router.py
src/anyvar/restapi/objects_router.py
src/anyvar/restapi/schema.py
src/anyvar/restapi/search_router.py
src/anyvar/restapi/vcf_router.py
src/anyvar/storage/__init__.py
src/anyvar/storage/base.py
src/anyvar/storage/mapper_registry.py
src/anyvar/storage/mappers.py
src/anyvar/storage/no_db.py
src/anyvar/storage/orm.py
src/anyvar/storage/postgres.py
src/anyvar/storage/snowflake.py
src/anyvar/translate/__init__.py
src/anyvar/translate/base.py
src/anyvar/translate/vrs_python.py
src/anyvar/vcf/__init__.py
src/anyvar/vcf/ingest.py
tests/__init__.py
tests/conftest.py
tests/data/service_info_openapi.yaml
tests/data/variations.json
tests/integration/restapi/conftest.py
tests/integration/restapi/test_search_router.py
tests/integration/restapi/objects_router/test_annotation.py
tests/integration/restapi/objects_router/test_location.py
tests/integration/restapi/objects_router/test_mappings.py
tests/integration/restapi/objects_router/test_variation.py
tests/integration/restapi/vcf_router/test_annotate_vcf.py
tests/integration/restapi/vcf_router/test_ingest_vcf.py
tests/unit/__init__.py
tests/unit/test_anyvar.py
tests/unit/mapping/__init__.py
tests/unit/mapping/test_liftover.py
tests/unit/restapi/__init__.py
tests/unit/restapi/test_auth.py
tests/unit/restapi/test_meta_router.py
tests/unit/restapi/test_schema.py
tests/unit/storage/__init__.py
tests/unit/storage/conftest.py
tests/unit/storage/storage_test_funcs.py
tests/unit/storage/test_no_db.py
tests/unit/storage/test_postgres.py
tests/unit/storage/test_snowflake.py
tests/unit/storage/test_snowflake_dyntable.py