LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
chiralfold/__init__.py
chiralfold/af3_correct.py
chiralfold/auditor.py
chiralfold/cli.py
chiralfold/enumerate.py
chiralfold/fragments.py
chiralfold/geometry.py
chiralfold/interface_scorer.py
chiralfold/model.py
chiralfold/pdb_pipeline.py
chiralfold/ramachandran.py
chiralfold/rotamers.py
chiralfold/threading.py
chiralfold/validator.py
chiralfold.egg-info/PKG-INFO
chiralfold.egg-info/SOURCES.txt
chiralfold.egg-info/dependency_links.txt
chiralfold.egg-info/entry_points.txt
chiralfold.egg-info/requires.txt
chiralfold.egg-info/top_level.txt
chiralfold/data/__init__.py
chiralfold/data/ramachandran_grid.json
chiralfold/data/ramachandran_thresholds.json
chiralfold/data/test_sequences.py
chiralfold/data/examples/README.md
chiralfold/data/examples/synthetic_l_ala_correct.pdb
chiralfold/data/examples/synthetic_l_ala_inverted.pdb
chiralfold/data/examples/toy_ubiquitin_fragment.pdb
chiralfold/viz/__init__.py
chiralfold/viz/pymol_scripts.py
tests/__init__.py
tests/conftest.py
tests/test_af3_correction.py
tests/test_auditor_unit.py
tests/test_chirality.py
tests/test_clash_preservation.py
tests/test_cli.py
tests/test_enumerate.py
tests/test_geometry.py
tests/test_interface_scorer.py
tests/test_mmsif_chain_remap.py
tests/test_pdb_pipeline.py
tests/test_public_api.py
tests/test_pymol_scripts.py
tests/test_ramachandran.py
tests/test_reproduce_survey.py
tests/test_rotamers.py
tests/test_threading_fragments.py
tests/test_web_app.py
tests/test_web_e2e.py
tests/test_web_edge_cases.py
tests/test_web_integration.py
tests/test_web_packaging.py
tests/fixtures/af3_correction/README.md
tests/fixtures/af3_correction/synthetic_d_ala_inverted.pdb
tests/fixtures/af3_correction/synthetic_l_ala_correct.pdb
tests/fixtures/af3_correction/synthetic_l_ala_inverted.pdb
web/__init__.py
web/app.py
web/theme.py