.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CITATION.md
LICENSE
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/CHANGELOG.md
docs/CITATION.md
docs/Makefile
docs/_config.yml
docs/_toc.yml
docs/build.sh
docs/contributing.md
docs/edges.md
docs/example.tsbrowse
docs/favicon.ico
docs/index.md
docs/install.md
docs/intro.md
docs/license.md
docs/mutations.md
docs/nodes.md
docs/overview.md
docs/tables.md
docs/trees.md
docs/tsbrowse_image_extension.py
example/example.trees.tsz
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_data_model.py
tests/test_pages.py
tests/test_preprocess.py
tests/test_raster.py
tests/test_ui.py
tsbrowse/__init__.py
tsbrowse/__main__.py
tsbrowse/_version.py
tsbrowse/app.py
tsbrowse/config.py
tsbrowse/jit.py
tsbrowse/model.py
tsbrowse/plot_helpers.py
tsbrowse/preprocess.py
tsbrowse/raster.py
tsbrowse.egg-info/PKG-INFO
tsbrowse.egg-info/SOURCES.txt
tsbrowse.egg-info/dependency_links.txt
tsbrowse.egg-info/requires.txt
tsbrowse.egg-info/top_level.txt
tsbrowse/pages/__init__.py
tsbrowse/pages/edges.py
tsbrowse/pages/mutations.py
tsbrowse/pages/nodes.py
tsbrowse/pages/overview.py
tsbrowse/pages/tables.py
tsbrowse/pages/trees.py