Skip to content

Commit 47e8199

Browse files
authored
Standardize data/test directory structure to match that of data/pdb_data (#233)
* Update data_pipeline.py * Update test_af3.py * Update test_input.py * Update test_dataloading.py * Create test_msa_loading.py * Update test_template_loading.py * Update data/test dir * Update test_weighted_sampling.py * Update test_trainer.py
1 parent 53e4377 commit 47e8199

34 files changed

+82
-24
lines changed

alphafold3_pytorch/data/data_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def make_mmcif_features(
596596

597597

598598
if __name__ == "__main__":
599-
filepath = os.path.join("data", "test", "7a4d-assembly1.cif")
599+
filepath = os.path.join("data", "test", "mmcifs", "a4", "7a4d-assembly1.cif")
600600
file_id = os.path.splitext(os.path.basename(filepath))[0]
601601

602602
mmcif_object = mmcif_parsing.parse_mmcif_object(

0 commit comments

Comments
 (0)