Skip to content

Commit 748cbc7

Browse files
committed
Update README
1 parent ab89f67 commit 748cbc7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ The conda environment can be setup using
1515
conda env create -f environment.yml
1616
```
1717
### SSEmb setup
18-
* Download the test.tar.gz file from Zenodo and place it in the root directory of this repo.
18+
* Download the test.tar.gz file from Zenodo and place it in the assets directory of this repo.
1919
* Use `scripts/setup_ssemb.sh` to setup the data and code.
2020
* Follow instructions on the [SSEmb Github](https://github.com/KULL-Centre/_2023_Blaabjerg_SSEmb) to run proteinGym assays.
2121
You can follow the instructions on:
2222

23-
### ProteinGym setup
23+
### ProteinGym setup for running ESM-IF1 with experimental structures
24+
25+
* Download the experimental_struct_artifacts.tar.gz file from Zenodo and place it in the assets directory of this repo.
26+
* Use `scripts/setup_proteinGym.sh` to setup the data and code.
27+
* Follow instructions on the [ProteinGym Github](https://github.com/OATML-Markslab/ProteinGym) to setup scipts/zero_shot_config.sh within ProteinGym.
28+
* cd into the cloned `ProteinGym/scripts/scoring_DMS_zero_shot directory`. Run `sh score_multichain_structs_esm.sh` to generate ESM-IF1 scores for experimental
29+
structures.
2430

2531
## Accessing Data:
2632

0 commit comments

Comments
 (0)