.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/workflows/checks.yaml
.github/workflows/pr-priority-label.yaml
.github/workflows/release.yml
.github/workflows/stale.yaml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/data_model.rst
docs/source/index.rst
docs/source/install.rst
docs/source/license.rst
docs/source/usage.rst
docs/source/_templates/module_summary.rst
docs/source/reference/index.rst
docs/source/reference/api/fusor.exceptions.rst
docs/source/reference/api/fusor.fusor.rst
docs/source/reference/api/fusor.models.rst
docs/source/reference/api/fusor.nomenclature.rst
docs/source/reference/api/fusor.tools.rst
scripts/generate_examples.py
src/fusor/__init__.py
src/fusor/exceptions.py
src/fusor/fusor.py
src/fusor/models.py
src/fusor/nomenclature.py
src/fusor/tools.py
src/fusor.egg-info/PKG-INFO
src/fusor.egg-info/SOURCES.txt
src/fusor.egg-info/dependency_links.txt
src/fusor.egg-info/requires.txt
src/fusor.egg-info/top_level.txt
src/fusor/examples/README.md
src/fusor/examples/__init__.py
src/fusor/examples/alk.json
src/fusor/examples/bcr_abl1.json
src/fusor/examples/bcr_abl1_expanded.json
src/fusor/examples/ewsr1.json
src/fusor/examples/ewsr1_elements_only.json
src/fusor/examples/ewsr1_no_assay.json
src/fusor/examples/ewsr1_no_causative_event.json
src/fusor/examples/igh_myc.json
src/fusor/examples/tpm3_ntrk1.json
src/fusor/examples/tpm3_pdgfrb.json
tests/conftest.py
tests/test_fusor.py
tests/test_models.py
tests/test_nomenclature.py
tests/test_tools.py
tests/data/dynamodb_local_latest/dynamodb_build.bash
tests/data/dynamodb_local_latest/shared-local-instance.db
tests/data/seqrepo/latest/aliases.sqlite3
tests/data/seqrepo/latest/sequences/db.sqlite3