AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
clinvar_api/__init__.py
clinvar_api/client.py
clinvar_api/common.py
clinvar_api/constants.py
clinvar_api/exceptions.py
clinvar_api/models/__init__.py
clinvar_api/models/query_response.py
clinvar_api/models/sub_payload.py
clinvar_api/models/sub_response.py
clinvar_api/msg/__init__.py
clinvar_api/msg/query_response.py
clinvar_api/msg/sub_payload.py
clinvar_api/msg/sub_response.py
clinvar_api/schemas/__init__.py
clinvar_this/__init__.py
clinvar_this/_version.py
clinvar_this/batches.py
clinvar_this/cli.py
clinvar_this/config.py
clinvar_this/exceptions.py
clinvar_this.egg-info/PKG-INFO
clinvar_this.egg-info/SOURCES.txt
clinvar_this.egg-info/dependency_links.txt
clinvar_this.egg-info/entry_points.txt
clinvar_this.egg-info/not-zip-safe
clinvar_this.egg-info/requires.txt
clinvar_this.egg-info/top_level.txt
clinvar_this/io/__init__.py
clinvar_this/io/tsv.py
docs/Makefile
docs/api_vs_cli.rst
docs/authors.rst
docs/cli.rst
docs/common_errors.rst
docs/conf.py
docs/contributing.rst
docs/file_formats.rst
docs/getting_started.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/limitations.rst
docs/make.bat
docs/usage_cli.rst
docs/usage_library.rst
docs/clinvar_api/clinvar_api.models.rst
docs/clinvar_api/clinvar_api.msg.rst
docs/clinvar_api/clinvar_api.rst
docs/clinvar_api/modules.rst
docs/clinvar_this/clinvar_this.rst
docs/clinvar_this/modules.rst
docs/figures/clinvar-this-workflow.png
requirements/base.txt
requirements/dev.txt
requirements/test.txt
tests/__init__.py
tests/test_exceptions.py
tests/clinvar_api/__init__.py
tests/clinvar_api/conftest.py
tests/clinvar_api/test_client.py
tests/clinvar_api/test_common.py
tests/clinvar_api/test_models_real_world.py
tests/clinvar_api/test_models_unit.py
tests/clinvar_api/test_msg_real_world.py
tests/clinvar_api/test_msg_unit.py
tests/clinvar_data/test_class_by_freq.py
tests/clinvar_data/test_cli_data.py
tests/clinvar_data/test_conversion.py
tests/clinvar_data/test_gene_impact.py
tests/clinvar_data/test_models_from_json.py
tests/clinvar_data/test_phenotype_link.py
tests/clinvar_data/data/ex_additional_submitters.xml
tests/clinvar_data/data/ex_attribute_set.xml
tests/clinvar_data/data/ex_custom_score.xml
tests/clinvar_data/data/ex_indication.xml
tests/clinvar_data/data/ex_missense.xml
tests/clinvar_data/data/ex_replaces.xml
tests/clinvar_data/data/ex_review_status_ns.xml
tests/clinvar_data/data/ex_study_description.xml
tests/clinvar_data/data/ex_study_name.xml
tests/clinvar_data/data/ex_with_ethnicity.xml
tests/clinvar_data/data/ex_with_hpo.xml
tests/clinvar_data/data/one_record.xml
tests/clinvar_data/data/one_record.xml.gz
tests/clinvar_data/data/records_with_gmaf.jsonl
tests/clinvar_data/data/records_with_hpo.jsonl
tests/clinvar_data/data/ten_records.jsonl
tests/clinvar_data/data/two_records.xml
tests/clinvar_data/snapshots/test_class_by_freq/test_smoke_test_run/output.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_cli_xml_to_json/one_record.xml-one_record.jsonl/one_record.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_cli_xml_to_json/one_record.xml.gz-one_record.jsonl.gz/one_record.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_cli_xml_to_json_stdin_stdout/one_record.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_additional_submitters.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_attribute_set.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_custom_score.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_indication.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_missense.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_replaces.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_review_status_ns.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_study_description.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_with_ethnicity.xml/out.jsonl
tests/clinvar_data/snapshots/test_cli_data/test_convert_snapshot_to_jsonl/ex_with_hpo.xml/out.jsonl
tests/clinvar_data/snapshots/test_conversion/test_cli_xml_to_json/one_record.jsonl
tests/clinvar_data/snapshots/test_gene_impact/test_smoke_test_run/output.jsonl
tests/clinvar_data/snapshots/test_models_from_json/test_clinvar_assertion_from_json_data/value0/output
tests/clinvar_data/snapshots/test_models_from_json/test_measure_from_json_data/value0/output
tests/clinvar_data/snapshots/test_models_from_json/test_measure_relationship_from_json_data/value0/output
tests/clinvar_data/snapshots/test_models_from_json/test_measure_set_from_json_data/value0/output
tests/clinvar_data/snapshots/test_models_from_json/test_reference_clinvar_assertion_from_json_data/value0/output
tests/clinvar_data/snapshots/test_phenotype_link/test_smoke_test_run/output.jsonl
tests/clinvar_this/conftest.py
tests/clinvar_this/test_batches.py
tests/clinvar_this/test_cli.py
tests/clinvar_this/test_config.py
tests/clinvar_this/test_io_tsv.py
tests/clinvar_this/data/batches/seq_variant-update.payload.json
tests/clinvar_this/data/batches/seq_variant-update.tsv
tests/clinvar_this/data/batches/seq_variant.payload.json
tests/clinvar_this/data/batches/seq_variant.retrieve-response-error.json
tests/clinvar_this/data/batches/seq_variant.retrieve-response-processing.json
tests/clinvar_this/data/batches/seq_variant.retrieve-response-submitted.json
tests/clinvar_this/data/batches/seq_variant.retrieve-response-success.json
tests/clinvar_this/data/batches/seq_variant.tsv
tests/clinvar_this/data/batches/struc_variant-update.payload.json
tests/clinvar_this/data/batches/struc_variant-update.tsv
tests/clinvar_this/data/batches/struc_variant.payload.json
tests/clinvar_this/data/batches/struc_variant.tsv
tests/clinvar_this/data/io_tsv/example.bad.tsv
tests/clinvar_this/data/io_tsv/example.tsv
tests/clinvar_this/data/io_tsv/example_sv.bad.tsv
tests/clinvar_this/data/io_tsv/example_sv.tsv