LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/README.md
examples/quickstart.py
src/riboseek/_native/nw_align.c
src/riboseek/__init__.py
src/riboseek/_version.py
src/riboseek/align.py
src/riboseek/alphabet.py
src/riboseek/cli.py
src/riboseek/features.py
src/riboseek/prefilter.py
src/riboseek/search.py
src/riboseek.egg-info/PKG-INFO
src/riboseek.egg-info/SOURCES.txt
src/riboseek.egg-info/dependency_links.txt
src/riboseek.egg-info/entry_points.txt
src/riboseek.egg-info/requires.txt
src/riboseek.egg-info/top_level.txt
src/riboseek/_native/__init__.py
src/riboseek/_native/nw_align.c
src/riboseek/data/__init__.py
src/riboseek/data/demo_db.json
src/riboseek/data/sa20.npz
tests/test_smoke.py