.gitignore
.gitmodules
.hgtags
.pylintrc
.style.yapf
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
TODO
docker-compose.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/workflows/python-cqa.yml
.github/workflows/stale.yml
.vscode/settings.json
docs/changelog/0.5/0.5.0.clog
docs/changelog/0.5/0.5.0.rst
docs/changelog/0.5/Makefile
docs/changelog/0.6/0.6.0.clog
docs/changelog/0.6/0.6.0.rst
docs/changelog/0.6/0.6.1.clog
docs/changelog/0.6/0.6.1.rst
docs/changelog/0.6/0.6.2.clog
docs/changelog/0.6/0.6.2.rst
docs/changelog/0.6/0.6.3.clog
docs/changelog/0.6/0.6.3.rst
docs/changelog/0.6/0.6.4.clog
docs/changelog/0.6/0.6.4.rst
docs/changelog/0.6/Makefile
misc/clinvar/parse-parser
misc/clinvar/parse-test
misc/debugging/sometimes-referrable.py
misc/githooks/post-checkout
notebooks/Associating Annotations.ipynb
notebooks/ChromosomeLocation.ipynb
notebooks/Copy Number Variants.ipynb
notebooks/Docs and Validation.ipynb
notebooks/Extras.ipynb
notebooks/Feature Based Locations.ipynb
notebooks/HGVS Translation.ipynb
notebooks/Haplotypes.ipynb
notebooks/Inlined and Referenced Objects.ipynb
notebooks/Operations.ipynb
notebooks/Schema.ipynb
notebooks/Variation Sets.ipynb
notebooks/Welcome.ipynb
notebooks/ga4gh-vr-schema.svg
notebooks/objects.json
notebooks/appendices/Contributed Tests.ipynb
notebooks/archive/01 - Core Objects.ipynb
notebooks/archive/02 - BundleManager.ipynb
notebooks/archive/03 - TPMT Demo.ipynb
notebooks/archive/ApoE Example.vmc.json
notebooks/archive/Interbase Interval tests.ipynb
notebooks/archive/Overview.ipynb
notebooks/archive/Quick Wins.ipynb
notebooks/archive/Scraps.ipynb
notebooks/archive/VMC Bundle Example.ipynb
notebooks/archive/VMC Digest and Computed Identifiers Example.ipynb
notebooks/archive/mini demos/Allele Registry.ipynb
notebooks/archive/mini demos/user-selectable id functions.ipynb
notebooks/images/BRCA1_exon_dup.png
notebooks/images/Inlined-and-Referenced-Objects.png
notebooks/images/MME_exon_tandem_dup.png
notebooks/images/id-dig-ser.png
notebooks/images/schema-current.png
notebooks/images/schema-future.png
notebooks/nbsupport/__init__.py
notebooks/nbsupport/logging.py
notebooks/nbsupport/nbimporter.py
notebooks/nbsupport/sequences.py
notebooks/nbsupport/utils.py
notebooks/sandbox/ClinVarVariationRelease_2019-04-excerpt.xml.gz
notebooks/sandbox/Clinvar Variation Sets.ipynb
notebooks/sandbox/Usage Styles.ipynb
src/ga4gh.vrs.egg-info/PKG-INFO
src/ga4gh.vrs.egg-info/SOURCES.txt
src/ga4gh.vrs.egg-info/dependency_links.txt
src/ga4gh.vrs.egg-info/requires.txt
src/ga4gh.vrs.egg-info/top_level.txt
src/ga4gh.vrs.egg-info/zip-safe
src/ga4gh/core/__init__.py
src/ga4gh/core/_internal/__init__.py
src/ga4gh/core/_internal/digests.py
src/ga4gh/core/_internal/enderef.py
src/ga4gh/core/_internal/exceptions.py
src/ga4gh/core/_internal/helpers.py
src/ga4gh/core/_internal/identifiers.py
src/ga4gh/core/_internal/jsonschema.py
src/ga4gh/core/_internal/data/schema/ga4gh.yaml
src/ga4gh/core/_internal/data/schema/helpers.py
src/ga4gh/core/_internal/data/schema/y2j.py
src/ga4gh/vrs/__init__.py
src/ga4gh/vrs/dataproxy.py
src/ga4gh/vrs/normalize.py
src/ga4gh/vrs/_internal/enderef.py
src/ga4gh/vrs/_internal/models.py
src/ga4gh/vrs/_internal/data/schema/helpers.py
src/ga4gh/vrs/_internal/data/schema/vrs.json
src/ga4gh/vrs/_internal/data/schema/vrs.yaml
src/ga4gh/vrs/_internal/data/schema/y2j.py
src/ga4gh/vrs/extras/__init__.py
src/ga4gh/vrs/extras/decorators.py
src/ga4gh/vrs/extras/localizer.py
src/ga4gh/vrs/extras/translator.py
src/ga4gh/vrs/extras/utils.py
src/ga4gh/vrs/utils/hgvs_tools.py
submodules/README.md
submodules/vrs/schema/ga4gh.yaml
submodules/vrs/schema/vrs.yaml
tests/conftest.py
tests/test_vcr.py
tests/test_vrs.py
tests/test_vrs_normalize.py
tests/vcr_support.py
tests/cassettes/test_normalize_allele.yaml
tests/cassettes/test_vcrtest.yaml
tests/data/seqrepo/latest/aliases.sqlite3
tests/data/seqrepo/latest/sequences/db.sqlite3
tests/data/seqrepo/latest/sequences/2016/0824/050304/1472014984.5124342.fa.bgz
tests/data/seqrepo/latest/sequences/2016/0824/050304/1472014984.5124342.fa.bgz.fai
tests/data/seqrepo/latest/sequences/2016/0824/050304/1472014984.5124342.fa.bgz.gzi
tests/data/seqrepo/latest/sequences/2017/1229/1905/1514574356.16819.fa.bgz
tests/data/seqrepo/latest/sequences/2017/1229/1905/1514574356.16819.fa.bgz.fai
tests/data/seqrepo/latest/sequences/2017/1229/1905/1514574356.16819.fa.bgz.gzi
tests/data/seqrepo/latest/sequences/2017/1230/0059/1514595569.2097511.fa.bgz
tests/data/seqrepo/latest/sequences/2017/1230/0059/1514595569.2097511.fa.bgz.fai
tests/data/seqrepo/latest/sequences/2017/1230/0059/1514595569.2097511.fa.bgz.gzi
tests/data/seqrepo/latest/sequences/2017/1230/0105/1514595940.9693692.fa.bgz
tests/data/seqrepo/latest/sequences/2017/1230/0105/1514595940.9693692.fa.bgz.fai
tests/data/seqrepo/latest/sequences/2017/1230/0105/1514595940.9693692.fa.bgz.gzi
tests/extras/test_dataproxy.py
tests/extras/test_translator.py
tests/extras/cassettes/test_data_proxies[rest_dataproxy].yaml
tests/extras/cassettes/test_from_beacon.yaml
tests/extras/cassettes/test_from_hgvs.yaml
tests/extras/cassettes/test_hgvs[NC_000007.14:g.55181220del-expected2].yaml
tests/extras/cassettes/test_hgvs[NC_000007.14:g.55181230_55181231insGGCT-expected3].yaml
tests/extras/cassettes/test_hgvs[NC_000007.14:g.55181320A>T-expected1].yaml
tests/extras/cassettes/test_hgvs[NC_000013.11:g.32316467dup-expected5].yaml
tests/extras/cassettes/test_hgvs[NC_000013.11:g.32331093_32331094dup-expected4].yaml
tests/extras/cassettes/test_hgvs[NC_000013.11:g.32936732=-expected0].yaml
tests/validation/test_functions.py
tests/validation/test_models.py