.coveragerc
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE.txt
NOTICE
README.md
docker-compose.yml
environment.yml
mypy.ini
pyproject.toml
pytest.ini
requirements_data.txt
tox.ini
.github/workflows/docs.yaml
.github/workflows/main.yaml
.github/workflows/pr.yaml
dockerfiles/base/Dockerfile
dockerfiles/base/env.yml
dockerfiles/base/requirements.txt
dockerfiles/main/Dockerfile
dockerfiles/test/Dockerfile
docs/apidoc.py
docs/citation.md
docs/conf.py
docs/dataset.md
docs/evaluation.md
docs/index.md
docs/tablegen.py
docs/viewcode.py
docs/api/index.md
docs/contribution/development.md
docs/contribution/documentation.md
docs/contribution/index.md
docs/contribution/pipeline.md
docs/contribution/release.md
docs/contribution/workflow.png
docs/examples/index.md
docs/examples/mlsb_challenge.md
docs/examples/mlsb_data_access.ipynb
docs/static/plinder.css
docs/static/assets/general/plinder_icon.png
docs/static/assets/general/plinder_logo.png
docs/tutorial/api.ipynb
docs/tutorial/dataset.md
docs/tutorial/index.md
flows/data_ingest.py
flows/data_ingest_report.py
flows/docker.py
flows/proc.py
flows/report.py
flows/split_eval.py
flows/configs/split_configs/batch_0/1.yaml
flows/configs/split_configs/batch_0/2.yaml
flows/configs/split_configs/batch_0/3.yaml
flows/configs/split_configs/batch_0/4.yaml
flows/configs/split_configs/batch_0/5.yaml
flows/configs/split_configs/batch_0/6.yaml
flows/configs/split_configs/batch_1/1.yaml
flows/configs/split_configs/batch_1/2.yaml
flows/configs/split_configs/batch_1/3.yaml
flows/configs/split_configs/batch_1/4.yaml
flows/configs/split_configs/batch_1/5.yaml
flows/configs/split_configs/batch_1/6.yaml
flows/configs/split_configs/batch_2/0_5.yaml
flows/configs/split_configs/batch_2/1_5.yaml
flows/configs/split_configs/batch_3/1.yaml
flows/configs/split_configs/batch_3/10.yaml
flows/configs/split_configs/batch_3/11.yaml
flows/configs/split_configs/batch_3/12.yaml
flows/configs/split_configs/batch_3/13.yaml
flows/configs/split_configs/batch_3/14.yaml
flows/configs/split_configs/batch_3/2.yaml
flows/configs/split_configs/batch_3/3.yaml
flows/configs/split_configs/batch_3/5.yaml
flows/configs/split_configs/batch_3/6.yaml
flows/configs/split_configs/batch_3/7.yaml
flows/configs/split_configs/batch_3/9.yaml
flows/configs/split_configs/batch_4/4.yaml
flows/configs/split_configs/batch_4/8.yaml
flows/configs/split_configs/batch_5/10.yaml
flows/configs/split_configs/batch_5/9.yaml
flows/configs/split_configs/batch_5/batch_11.yaml
flows/configs/split_configs/batch_5/batch_12.yaml
flows/configs/split_configs/batch_6/10.yaml
flows/configs/split_configs/batch_6/2.yaml
flows/configs/split_configs/batch_6/7.yaml
flows/configs/split_configs/batch_6/9.yaml
flows/configs/v2/download_and_make_dbs.yaml
flows/configs/v2/make_batch_scores_only.yaml
flows/configs/v2/make_components.yaml
flows/configs/v2/make_entries_ligands.yaml
flows/configs/v2/make_leakage.yaml
flows/configs/v2/make_protein_scores.yaml
flows/configs/v2/make_splits.yaml
flows/configs/v2/split_multi_graph.yaml
flows/configs/v2/split_single_graph.yaml
notebooks/plinder.ipynb
scripts/write_data_dicionary.py
src/plinder/__init__.py
src/plinder/_version.py
src/plinder.egg-info/PKG-INFO
src/plinder.egg-info/SOURCES.txt
src/plinder.egg-info/dependency_links.txt
src/plinder.egg-info/entry_points.txt
src/plinder.egg-info/requires.txt
src/plinder.egg-info/top_level.txt
src/plinder/core/__init__.py
src/plinder/core/index/__init__.py
src/plinder/core/index/system.py
src/plinder/core/index/utils.py
src/plinder/core/loader/__init__.py
src/plinder/core/loader/loader.py
src/plinder/core/scores/__init__.py
src/plinder/core/scores/clusters.py
src/plinder/core/scores/index.py
src/plinder/core/scores/ligand.py
src/plinder/core/scores/links.py
src/plinder/core/scores/protein.py
src/plinder/core/scores/query.py
src/plinder/core/split/__init__.py
src/plinder/core/split/plot.py
src/plinder/core/split/utils.py
src/plinder/core/system/__init__.py
src/plinder/core/system/system.py
src/plinder/core/system/utils.py
src/plinder/core/utils/__init__.py
src/plinder/core/utils/config.py
src/plinder/core/utils/cpl.py
src/plinder/core/utils/dec.py
src/plinder/core/utils/gcs.py
src/plinder/core/utils/io.py
src/plinder/core/utils/log.py
src/plinder/core/utils/schemas.py
src/plinder/core/utils/unpack.py
src/plinder/data/__init__.py
src/plinder/data/_version.py
src/plinder/data/clusters.py
src/plinder/data/databases.py
src/plinder/data/docs.py
src/plinder/data/final_structure_qc.py
src/plinder/data/get_system_annotations.py
src/plinder/data/leakage.py
src/plinder/data/save_linked_structures.py
src/plinder/data/smallmolecules.py
src/plinder/data/splits.py
src/plinder/data/column_descriptions/__init__.py
src/plinder/data/column_descriptions/entry.tsv
src/plinder/data/column_descriptions/entry_validation.tsv
src/plinder/data/column_descriptions/extra.tsv
src/plinder/data/column_descriptions/ligand_interacting_ligand_chains.tsv
src/plinder/data/column_descriptions/ligand_interacting_ligand_chains_validation.tsv
src/plinder/data/column_descriptions/ligand_neighboring_ligand_chains.tsv
src/plinder/data/column_descriptions/ligand_neighboring_ligand_chains_validation.tsv
src/plinder/data/column_descriptions/ligand_protein_chains.tsv
src/plinder/data/column_descriptions/ligand_protein_chains_validation.tsv
src/plinder/data/column_descriptions/ligands.tsv
src/plinder/data/column_descriptions/posebusters_checks.tsv
src/plinder/data/column_descriptions/qc.tsv
src/plinder/data/column_descriptions/similarity_clusters.tsv
src/plinder/data/column_descriptions/system.tsv
src/plinder/data/column_descriptions/system_ligand_chains.tsv
src/plinder/data/column_descriptions/system_ligand_chains_validation.tsv
src/plinder/data/column_descriptions/system_ligand_validation.tsv
src/plinder/data/column_descriptions/system_pocket.tsv
src/plinder/data/column_descriptions/system_pocket_validation.tsv
src/plinder/data/column_descriptions/system_protein_chains.tsv
src/plinder/data/column_descriptions/system_protein_chains_validation.tsv
src/plinder/data/common/__init__.py
src/plinder/data/common/_version.py
src/plinder/data/common/constants.py
src/plinder/data/common/log.py
src/plinder/data/pipeline/__init__.py
src/plinder/data/pipeline/config.py
src/plinder/data/pipeline/io.py
src/plinder/data/pipeline/mpqueue.py
src/plinder/data/pipeline/pipeline.py
src/plinder/data/pipeline/tasks.py
src/plinder/data/pipeline/transform.py
src/plinder/data/pipeline/utils.py
src/plinder/data/structure/__init__.py
src/plinder/data/structure/atoms.py
src/plinder/data/structure/contacts.py
src/plinder/data/utils/__init__.py
src/plinder/data/utils/cluster.py
src/plinder/data/utils/diffdock_utils.py
src/plinder/data/utils/tanimoto.py
src/plinder/data/utils/annotations/__init__.py
src/plinder/data/utils/annotations/aggregate_annotations.py
src/plinder/data/utils/annotations/get_ligand_validation.py
src/plinder/data/utils/annotations/get_similarity_scores.py
src/plinder/data/utils/annotations/interaction_utils.py
src/plinder/data/utils/annotations/interface_gap.py
src/plinder/data/utils/annotations/ligand_utils.py
src/plinder/data/utils/annotations/mmpdb_utils.py
src/plinder/data/utils/annotations/protein_utils.py
src/plinder/data/utils/annotations/rdkit_utils.py
src/plinder/data/utils/annotations/save_utils.py
src/plinder/data/utils/annotations/utils.py
src/plinder/data/utils/annotations/static_files/artifacts_badlist.csv
src/plinder/data/utils/annotations/static_files/cofactors.json
src/plinder/data/utils/annotations/static_files/ligand_list.tsv
src/plinder/data/utils/annotations/static_files/prdcc.chemlib
src/plinder/eval/__init__.py
src/plinder/eval/docking/__init__.py
src/plinder/eval/docking/make_plots.py
src/plinder/eval/docking/stratify_test_set.py
src/plinder/eval/docking/utils.py
src/plinder/eval/docking/write_scores.py
src/plinder/methods/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_annotations.py
tests/test_atoms.py
tests/test_eval.py
tests/test_final_structure_checks.py
tests/test_rdkit_utils.py
tests/test_smallmolecules.py
tests/core/test_core_config.py
tests/core/test_core_scores.py
tests/core/test_core_system.py
tests/core/test_data_loader.py
tests/core/test_gcs.py
tests/core/test_index_utils.py
tests/core/test_plinder_core.py
tests/core/test_split_plot.py
tests/data/test_clusters.py
tests/data/test_docs.py
tests/data/test_plinder_data.py
tests/data/pipeline/test_config.py
tests/data/pipeline/test_end_to_end.py
tests/data/pipeline/test_io.py
tests/data/pipeline/test_pipeline.py
tests/data/pipeline/test_tasks.py
tests/data/pipeline/test_transform.py
tests/data/pipeline/test_utils.py
tests/test_data/2g.zip
tests/test_data/7nac.json
tests/test_data/components.cif
tests/test_data/components.cif.gz
tests/test_data/components.parquet
tests/test_data/ecod_mini.tsv
tests/test_data/kinase_ligand_ccd_codes.parquet
tests/test_data/kinase_uniprotac.parquet
tests/test_data/mini_all_entries.json
tests/test_data/mini_score_dataset.parquet
tests/test_data/mini_score_seq_dataset.parquet
tests/test_data/mini_structure_checks_report.tsv
tests/test_data/panther_classifications_mini.tar.gz
tests/test_data/panther_raw.tar.gz
tests/test_data/pdb_seqres.txt.gz
tests/test_data/smiles_from_nextgen_bonds_data.csv
tests/test_data/test_kinase_klifs.csv
tests/test_data/eval/predictions.csv
tests/test_data/eval/results.csv
tests/test_data/eval/test_split.parquet
tests/test_data/eval/fingerprints/ligands_per_system.parquet
tests/test_data/eval/index/annotation_table.parquet
tests/test_data/eval/ligand_scores/ligand_scores.parquet
tests/test_data/eval/predicted_poses/1a3b__1__1.B__1.D/rank1.sdf
tests/test_data/eval/predicted_poses/1ai5__1__1.A_1.B__1.D/rank1.sdf
tests/test_data/eval/scores/search_db=holo/small_score.parquet
tests/test_data/eval/splits/split.parquet
tests/test_data/eval/systems/a3.zip
tests/test_data/eval/systems/a3_done
tests/test_data/eval/systems/ai.zip
tests/test_data/eval/systems/ai_done
tests/test_data/eval/systems/1a3b__1__1.B__1.D/chain_mapping.json
tests/test_data/eval/systems/1a3b__1__1.B__1.D/receptor.cif
tests/test_data/eval/systems/1a3b__1__1.B__1.D/receptor.pdb
tests/test_data/eval/systems/1a3b__1__1.B__1.D/sequences.fasta
tests/test_data/eval/systems/1a3b__1__1.B__1.D/system.cif
tests/test_data/eval/systems/1a3b__1__1.B__1.D/system.pdb
tests/test_data/eval/systems/1a3b__1__1.B__1.D/water_mapping.json
tests/test_data/eval/systems/1a3b__1__1.B__1.D/ligand_files/1.D.sdf
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/chain_mapping.json
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/receptor.cif
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/receptor.pdb
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/sequences.fasta
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/system.cif
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/system.pdb
tests/test_data/eval/systems/1ai5__1__1.A_1.B__1.D/ligand_files/1.D.sdf
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/chain_mapping.json
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/sequences.fasta
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/system.cif
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/system.pdb
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/ligand_files/1.E.sdf
tests/test_data/mini_system_files_new/1fbh__1__1.A_1.B__1.E_1.F/ligand_files/1.F.sdf
tests/test_data/mini_system_files_new/1fbz__1__1.A__1.C/chain_mapping.json
tests/test_data/mini_system_files_new/1fbz__1__1.A__1.C/sequences.fasta
tests/test_data/mini_system_files_new/1fbz__1__1.A__1.C/system.cif
tests/test_data/mini_system_files_new/1fbz__1__1.A__1.C/system.pdb
tests/test_data/mini_system_files_new/1fbz__1__1.A__1.C/ligand_files/1.C.sdf
tests/test_data/mini_system_files_new/3fbp__1__1.A_1.B__1.C/chain_mapping.json
tests/test_data/mini_system_files_new/3fbp__1__1.A_1.B__1.C/sequences.fasta
tests/test_data/mini_system_files_new/3fbp__1__1.A_1.B__1.C/system.cif
tests/test_data/mini_system_files_new/3fbp__1__1.A_1.B__1.C/system.pdb
tests/test_data/mini_system_files_new/3fbp__1__1.A_1.B__1.C/ligand_files/1.C.sdf
tests/test_data/mmp/mmp_mini_data.tsv
tests/test_data/mmp/mmp_test_pocket_fident_weighted_sum__1.0__strong__component.csv
tests/test_data/mmp/mmp_test_protein_fident_weighted_sum__0.95__weak__component.csv
tests/test_data/mmp/tiny_mmp_index.csv.gz
tests/test_data/mmp/mini_clusters/cluster=components/directed=False/metric=protein_fident_weighted_sum/threshold=95.parquet
tests/test_data/mmp/mini_clusters/cluster=components/directed=True/metric=pocket_fident/threshold=100.parquet
tests/test_data/plinder/mount/clusters/subdir/clusters.parquet
tests/test_data/plinder/mount/entries/9h.zip
tests/test_data/plinder/mount/fingerprints/ligands_per_system.parquet
tests/test_data/plinder/mount/index/annotation_table.parquet
tests/test_data/plinder/mount/ligand_scores/ligand_scores.parquet
tests/test_data/plinder/mount/links/kind=apo/links.parquet
tests/test_data/plinder/mount/manifest/manifest.parquet
tests/test_data/plinder/mount/mmp/plinder_mmp_series.parquet
tests/test_data/plinder/mount/scores/search_db=apo/pocket_lddt.parquet
tests/test_data/plinder/mount/scores/search_db=apo/protein_fident_qcov_weighted_sum.parquet
tests/test_data/plinder/mount/scores/search_db=holo/pocket_lddt.parquet
tests/test_data/plinder/mount/scores/search_db=holo/protein_fident_qcov_weighted_sum.parquet
tests/test_data/plinder/mount/scores/search_db=pred/pocket_lddt.parquet
tests/test_data/plinder/mount/scores/search_db=pred/protein_fident_qcov_weighted_sum.parquet
tests/test_data/plinder/mount/splits/split.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__pli_unique_qcov.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__pocket_fident_qcov.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__pocket_lddt.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__pocket_lddt_qcov.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__pocket_qcov.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__protein_fident_weighted_sum.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__protein_lddt_weighted_sum.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__protein_seqsim_weighted_sum.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/max_similarities__test_vs_val__tanimoto_similarity_max.parquet
tests/test_data/plinder/mount/strat/val_vs_test_data/test_set.parquet
tests/test_data/plinder/mount/systems/9h.zip
tests/test_data/split_challenge/eval_metrics_config.yaml
tests/test_data/split_challenge/test_lig_profile.csv
tests/test_data/split_challenge/test_source_file.csv
tests/test_data/split_challenge/test_submission.csv
tests/test_data/system_instance_dataframe/instance_dataframe7.csv
tests/test_data/system_instance_dataframe/system_dataframe7.csv
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/apo/6S8O__1__1.A.cif
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/apo/6S8O__1__1.A.pdb
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/apo/7OS1__1__1.A.cif
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/apo/7OS1__1__1.A.pdb
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/chain_mapping.json
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/sequences.fasta
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/system.cif
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/system.pdb
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/ligand_files/1.E.sdf
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/2Y4I__1__1.B__1.E_1.F__ATP_MG/ligand_files/1.F.sdf
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/8BCH__1__1.A__1.B__QA9/chain_mapping.json
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/8BCH__1__1.A__1.B__QA9/sequences.fasta
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/8BCH__1__1.A__1.B__QA9/system.cif
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/8BCH__1__1.A__1.B__QA9/system.pdb
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/holo/8BCH__1__1.A__1.B__QA9/ligand_files/1.B.sdf
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/predicted/AF-O75643.cif
tests/test_data/system_instance_dataframe/plinder_final_dir_structure/predicted/AF-O75643.pdb
tests/test_data/validation/1qz5_validation.xml.gz
tests/test_data/validation/2dty_validation.xml.gz
tests/test_data/validation/2e84_validation.xml.gz
tests/test_data/validation/2ixb_validation.xml.gz
tests/test_data/validation/2leb_validation.xml.gz
tests/test_data/validation/2y4i_validation.xml.gz
tests/test_data/validation/4fxd_validation.xml.gz
tests/test_data/validation/5lwx_validation.xml.gz
tests/test_data/validation/6fx1_validation.xml.gz
tests/test_data/validation/6lu7_validation.xml.gz
tests/test_data/validation/6m92_validation.xml.gz
tests/test_data/validation/8a7u_validation.xml.gz
tests/test_data/validation/8pn3_validation.xml.gz
tests/test_data/ww/pdb_00001dmr/1dmr-assembly.cif
tests/test_data/ww/pdb_00005a7w/5a7w-assembly.cif
tests/test_data/ww/pdb_00006i41/6i41-assembly.cif
tests/test_data/xx/2Y4I__1__1.B__1.E_1.F__ATP_MG.cif
tests/test_data/xx/output/4ci1-assembly.cif
tests/test_data/xx/output/5a7w-assembly.cif
tests/test_data/xx/pdb_00001ngx/pdb_00001ngx_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00001ppc/pdb_00001ppc_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00001qz5/1qz5-assembly.cif
tests/test_data/xx/pdb_00001qz5/1qz5-processed.cif
tests/test_data/xx/pdb_00001qz5/pdb_00001qz5_xyz-enrich.cif
tests/test_data/xx/pdb_00001qz5/pdb_00001qz5_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002dty/pdb_00002dty_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002e84/pdb_00002e84_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002gdo/pdb_00002gdo_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002hyy/pdb_00002hyy_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002ixb/pdb_00002ixb_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002leb/pdb_00002leb_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002p1q/pdb_00002p1q_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00002y4i/pdb_00002y4i_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00003cyh/pdb_00003cyh_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00003cz3/pdb_00003cz3_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00003g32/pdb_00003g32_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00003grt/pdb_00003grt_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00003ot7/pdb_00003ot7_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004ci1/4ci1-assembly.cif
tests/test_data/xx/pdb_00004ci1/pdb_00004ci1_xyz-enrich.cif
tests/test_data/xx/pdb_00004ci1/pdb_00004ci1_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004fxd/pdb_00004fxd_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004jvn/pdb_00004jvn_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004nhc/pdb_00004nhc_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004qyf/pdb_00004qyf_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00004tz4/pdb_00004tz4_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00005a7w/5a7w-assembly.cif
tests/test_data/xx/pdb_00005a7w/5a7w_A_35M.sdf
tests/test_data/xx/pdb_00005a7w/5a7w_A_hyd.pdb
tests/test_data/xx/pdb_00005a7w/5a7w_interactions.txt
tests/test_data/xx/pdb_00005a7w/pdb_00005a7w_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00005fkw/pdb_00005fkw_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00005lwx/pdb_00005lwx_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006f6r/pdb_00006f6r_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006fx1/pdb_00006fx1_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006i41/pdb_00006i41_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006lu7/pdb_00006lu7_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006m92/pdb_00006m92_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006ntj/pdb_00006ntj_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00006u6k/pdb_00006u6k_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00007az3/pdb_00007az3_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00007bqu/pdb_00007bqu_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00007gj7/pdb_00007gj7_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00007gl9/pdb_00007gl9_xyz-enrich.cif.gz
tests/test_data/xx/pdb_00008pn3/pdb_00008pn3_xyz-enrich.cif.gz