.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
LICENSE
NOTICE
README.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/codecov.yml
.github/dependabot.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/lint-test.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/_templates/custom-module.rst
src/gmol/base/__init__.py
src/gmol/base/path.py
src/gmol/base/py.typed
src/gmol/base/types.py
src/gmol/base/const/__init__.py
src/gmol/base/const/af2.py
src/gmol/base/const/af3.py
src/gmol/base/const/seoklab.py
src/gmol/base/data/__init__.py
src/gmol/base/data/mmcif/__init__.py
src/gmol/base/data/mmcif/assembly.py
src/gmol/base/data/mmcif/filter.py
src/gmol/base/data/mmcif/input.py
src/gmol/base/data/mmcif/parse.py
src/gmol/base/data/mmcif/smiles.py
src/gmol/base/data/mmcif/write.py
src/gmol/base/data/seq/__init__.py
src/gmol/base/data/seq/colabfold_input.py
src/gmol/base/data/seq/hhsearch_template.py
src/gmol/base/data/seq/mmseqs_cluster.py
src/gmol/base/data/seq/mmseqs_search.py
src/gmol/base/wrapper/__init__.py
src/gmol/base/wrapper/rdkit.py
src/gmol_base.egg-info/PKG-INFO
src/gmol_base.egg-info/SOURCES.txt
src/gmol_base.egg-info/dependency_links.txt
src/gmol_base.egg-info/requires.txt
src/gmol_base.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/data/__init__.py
tests/data/mmcif/__init__.py
tests/data/mmcif/altloc_test.py
tests/data/mmcif/bfactor_test.py
tests/data/mmcif/branch_test.py
tests/data/mmcif/conftest.py
tests/data/mmcif/filter_test.py
tests/data/mmcif/input_test.py
tests/data/mmcif/label_seq_id_test.py
tests/data/mmcif/load_test.py
tests/data/mmcif/pdb_test.py
tests/data/mmcif/save_test.py
tests/data/mmcif/smiles_test.py
tests/data/mmcif/write_test.py
tests/test_data/ccd/components_0IE.cif
tests/test_data/ccd/components_4mb4.json
tests/test_data/ccd/components_5m7m.json
tests/test_data/ccd/components_7qe4.json
tests/test_data/ccd/components_min.json
tests/test_data/ccd/components_stdres.cif
tests/test_data/ligands/5dwr_ligand.mol2
tests/test_data/ligands/5dwr_ligand.pdb
tests/test_data/ligands/5dwr_ligand.sdf
tests/test_data/ligands/8a0b_ligand.mol2
tests/test_data/ligands/8a0b_ligand.pdb
tests/test_data/ligands/8a0b_ligand.sdf
tests/test_data/ligands/ligands.mol2
tests/test_data/ligands/ligands.pdb
tests/test_data/mmcif/13sy.cif
tests/test_data/mmcif/1ubq.cif
tests/test_data/mmcif/3m8z.cif
tests/test_data/mmcif/4hf7.cif
tests/test_data/mmcif/4mb4.cif
tests/test_data/mmcif/5m7m.cif
tests/test_data/mmcif/6akd.cif
tests/test_data/mmcif/7qe4.cif
tests/test_data/mmcif/7qgw.cif
tests/test_data/mmcif/7rtb.cif
tests/wrapper/__init__.py
tests/wrapper/rdkit_test.py