.gitignore
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/build-and-test.yml
.github/workflows/pypi-publish.yml
data/wyatt-10x-1p5m_pcp_2023-11-30_NI.first100.csv.gz
netam/__init__.py
netam/attention_map.py
netam/cli.py
netam/common.py
netam/dasm.py
netam/dnsm.py
netam/dxsm.py
netam/framework.py
netam/hit_class.py
netam/hyper_burrito.py
netam/models.py
netam/molevol.py
netam/multihit.py
netam/pretrained.py
netam/sequences.py
netam.egg-info/PKG-INFO
netam.egg-info/SOURCES.txt
netam.egg-info/dependency_links.txt
netam.egg-info/entry_points.txt
netam.egg-info/requires.txt
netam.egg-info/top_level.txt
notebooks/README.md
notebooks/thrifty_demo.ipynb
tests/conftest.py
tests/test_ambiguous.py
tests/test_common.py
tests/test_dasm.py
tests/test_dnsm.py
tests/test_framework.py
tests/test_molevol.py
tests/test_multihit.py
tests/test_netam.py
tests/test_pretrained.py
tests/test_sequences.py