File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ dataset_config:
5959 dataset_type : pdb
6060 train_folder : ./test-folder/data/train
6161 train_weighted_sampler :
62- interface_mapping_path : ./data/test/interface_cluster_mapping.csv
62+ interface_mapping_path : ./data/test/data_caches/clusterings/ interface_cluster_mapping.csv
6363 chain_mapping_paths :
64- - ./data/test/ligand_chain_cluster_mapping.csv
65- - ./data/test/nucleic_acid_chain_cluster_mapping.csv
66- - ./data/test/peptide_chain_cluster_mapping.csv
67- - ./data/test/protein_chain_cluster_mapping.csv
64+ - ./data/test/data_caches/clusterings/ ligand_chain_cluster_mapping.csv
65+ - ./data/test/data_caches/clusterings/ nucleic_acid_chain_cluster_mapping.csv
66+ - ./data/test/data_caches/clusterings/ peptide_chain_cluster_mapping.csv
67+ - ./data/test/data_caches/clusterings/ protein_chain_cluster_mapping.csv
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def test_cluster_based_sample(sampler: Sampler):
5656@pytest .fixture ()
5757def populate_mock_pdb_and_remove_test_folders ():
5858 proj_root = Path ('.' )
59- working_cif_file = proj_root / 'data' / 'test' / f'{ DATA_TEST_PDB_ID } -assembly1.cif'
59+ working_cif_file = proj_root / 'data' / 'test' / 'mmcifs' / DATA_TEST_PDB_ID [ 1 : 3 ] / f'{ DATA_TEST_PDB_ID } -assembly1.cif'
6060
6161 pytest_root_folder = Path ('./test-folder' )
6262 data_folder = pytest_root_folder / 'data'
You can’t perform that action at this time.
0 commit comments