LICENSE
README.md
setup.py
examples/__init__.py
examples/experiment_create.py
examples/experiment_get.py
examples/scoreset_create.py
examples/scoreset_get.py
mavetools/__init__.py
mavetools.egg-info/PKG-INFO
mavetools.egg-info/SOURCES.txt
mavetools.egg-info/dependency_links.txt
mavetools.egg-info/requires.txt
mavetools.egg-info/top_level.txt
mavetools/client/__init__.py
mavetools/client/client.py
mavetools/convert/__init__.py
mavetools/convert/codon.py
mavetools/convert/enrich.py
mavetools/mavedf/__init__.py
mavetools/mavedf/df_to_pandas.py
mavetools/mavedf/legacy_to_mave_new.py
mavetools/mavedf/mavedf.py
mavetools/mavedf/mutation_type.py
mavetools/models/__init__.py
mavetools/models/base.py
mavetools/models/dataset.py
mavetools/models/experiment.py
mavetools/models/external_identifier.py
mavetools/models/licence.py
mavetools/models/scoreset.py
mavetools/models/target.py
mavetools/models/utils.py
mavetools/validators/__init__.py
mavetools/validators/constants.py
mavetools/validators/dataset_validators.py
mavetools/validators/exceptions.py
mavetools/validators/genome_validators.py
mavetools/validators/metadata_validators.py
mavetools/validators/urn_validators.py
mavetools/validators/validate.py
mavetools/validators/for_variant_validators/__init__.py
mavetools/validators/for_variant_validators/constants.py
mavetools/validators/variant_validators/__init__.py
mavetools/validators/variant_validators/dataset.py
mavetools/validators/variant_validators/hgvs.py
mavetools/validators/variant_validators/variant.py
tests/__init__.py
tests/test_convert/__init__.py
tests/test_convert/test_codon.py
tests/test_convert/test_enrich.py
tests/test_legacy_to_mave_hgvs/__init__.py
tests/test_legacy_to_mave_hgvs/test_mavevariant.py
tests/test_mavedf/__init__.py
tests/test_mavedf/hgvs_string_conversion.py
tests/test_mavedf/test_df_to_pandas.py
tests/test_mavedf/test_mavedf.py
tests/test_upload_scoreset/__init__.py
tests/test_validators/__init__.py
tests/test_validators/test_dataset_validators.py
tests/test_validators/test_genome_validators.py
tests/test_validators/test_metadata_validators.py
tests/test_validators/for_dataset_validators/__init__.py
tests/test_validators/for_dataset_validators/constants.py
tests/test_validators/test_variant_validators/__init__.py
tests/test_validators/test_variant_validators/test_hgvs_validators.py
tests/test_validators/test_variant_validators/test_validators.py