Skip to content

Commit

Permalink
fix: Use of latest reference files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 15, 2025
1 parent b9ab5cb commit 2cf1323
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions behaviour/features/public-target-loader.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Feature: Verify good Targets can be loaded against the public TAS
Then the length of the list in the response should be 1

Examples: Experiment files and Targets
| tgz | target | upload timeout | upload count |
| lb32627-66_v2.2_upload_1_2024-12_09 | A71EV2A | 6 | 1 |
| lb32633-6_v2.2_upload_1_2024-11-22 | CHIKV_Mac | 14 | 2 |
| tgz | target | upload timeout | upload count |
| lb32627-66_v2_upload_1_2024-12-09_2025-01-15 | A71EV2A | 6 | 1 |
| lb32633-6_v2.2_upload_1_2024-11-22 | CHIKV_Mac | 14 | 2 |
12 changes: 6 additions & 6 deletions behaviour/features/squonk2-basic-job-execution.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Feature: Verify a fragalysis stack can run Squonk Jobs against public Targets
Scenario: Load A71EV2A Target data against lb18145-1
Given I do not login
And I can access the "fragalysis-stack-xchem-data" bucket
When I get the TGZ encoded file lb32627-66_v2.2_upload_1_2024-12_09 from the bucket
When I get the TGZ encoded file lb32627-66_v2_upload_1_2024-12-09_2025-01-15 from the bucket
And I login
And I load the file against target access string "lb18145-1"
Then the response should be ACCEPTED
Expand Down Expand Up @@ -73,8 +73,8 @@ Feature: Verify a fragalysis stack can run Squonk Jobs against public Targets
"target_loader_data/A71EV2A_lb18145-1/upload_1/aligned_files/A71EV2A-x0152/A71EV2A-x0152_A_201_1_A71EV2A-x3977+A+202+1_apo-desolv.pdb",
],
"compounds": [
"target_loader_data/A71EV2A_lb18145-1/upload_1/aligned_files/A71EV2A-x0202/A71EV2A-x0202_A_147_1_A71EV2A-x3977+A+202+1_ligand_LIG.mol",
"target_loader_data/A71EV2A_lb18145-1/upload_1/aligned_files/A71EV2A-x0202/A71EV2A-x0202_A_201_1_A71EV2A-x0488+A+147+1_ligand_LIG.mol",
"target_loader_data/A71EV2A_lb18145-1/upload_1/aligned_files/A71EV2A-x0202/A71EV2A-x0202_A_147_1_A71EV2A-x3977+A+202+1_ligand.mol",
"target_loader_data/A71EV2A_lb18145-1/upload_1/aligned_files/A71EV2A-x0202/A71EV2A-x0202_A_201_1_A71EV2A-x0488+A+147+1_ligand.mol",
],
}
"""
Expand All @@ -101,11 +101,11 @@ Feature: Verify a fragalysis stack can run Squonk Jobs against public Targets
"smilesFieldName": "original SMILES",
"fragIdField": "_Name",
"proteinFieldName": "ref_pdb",
"proteinFieldValue": "A71EV2A",
"proteinFieldValue": "A0152b",
"protein": "fragalysis-files/{SUB_PATH}/A71EV2A-x0152_A_201_1_A71EV2A-x3977+A+202+1_apo-desolv.pdb",
"fragments": [
"fragalysis-files/{SUB_PATH}/A71EV2A-x0202_A_147_1_A71EV2A-x3977+A+202+1_ligand_LIG.mol",
"fragalysis-files/{SUB_PATH}/A71EV2A-x0202_A_201_1_A71EV2A-x0488+A+147+1_ligand_LIG.mol",
"fragalysis-files/{SUB_PATH}/A71EV2A-x0202_A_147_1_A71EV2A-x3977+A+202+1_ligand.mol",
"fragalysis-files/{SUB_PATH}/A71EV2A-x0202_A_201_1_A71EV2A-x0488+A+147+1_ligand.mol",
],
},
}
Expand Down

0 comments on commit 2cf1323

Please sign in to comment.