CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/example-coverage.svg
scripts/build_annotations.py
scripts/build_example_plot.py
src/nanofetch/__init__.py
src/nanofetch/__main__.py
src/nanofetch/annotations.py
src/nanofetch/assemblies.py
src/nanofetch/cli.py
src/nanofetch/errors.py
src/nanofetch/extract.py
src/nanofetch/models.py
src/nanofetch/panels.py
src/nanofetch/plot.py
src/nanofetch.egg-info/PKG-INFO
src/nanofetch.egg-info/SOURCES.txt
src/nanofetch.egg-info/dependency_links.txt
src/nanofetch.egg-info/entry_points.txt
src/nanofetch.egg-info/requires.txt
src/nanofetch.egg-info/top_level.txt
src/nanofetch/data/README.md
src/nanofetch/data/__init__.py
src/nanofetch/data/annotations.json
src/nanofetch/data/grch37.genes.tsv.gz
src/nanofetch/data/grch38.genes.tsv.gz
src/nanofetch/data/t2t.genes.tsv.gz
src/nanofetch/data/panels/__init__.py
src/nanofetch/data/panels/cns.txt
tests/conftest.py
tests/test_annotations.py
tests/test_assemblies.py
tests/test_extract.py
tests/test_plot.py