smahbub commited on
Commit
51eae8e
·
verified ·
1 Parent(s): 734975b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -21,8 +21,9 @@ Install [Model Generator](https://github.com/genbio-ai/modelgenerator)
21
 
22
  - Download the CATH 4.2 dataset preprocessed by [Generative Models for Graph-Based Protein Design (Ingraham et al, NeurIPS'19)](https://papers.nips.cc/paper_files/paper/2019/file/f3a4ff4839c56a5f460c88cce3666a2b-Paper.pdf) from [here](http://people.csail.mit.edu/ingraham/graph-protein-design/data/cath/). You should find two files named `chain_set.jsonl` and `chain_set_splits.json`. Place them inside the directory `${MGEN_DATA_DIR}/modelgenerator/datasets/protein_inv_fold/cath_4.2/`.
23
 
24
- - Then run the following bash script in `experiments/AIDO.Protein` under your installation of [Model Generator](https://github.com/genbio-ai/modelgenerator)
25
  ```
 
26
  bash prot_inverse_folding.sh
27
  ```
28
 
 
21
 
22
  - Download the CATH 4.2 dataset preprocessed by [Generative Models for Graph-Based Protein Design (Ingraham et al, NeurIPS'19)](https://papers.nips.cc/paper_files/paper/2019/file/f3a4ff4839c56a5f460c88cce3666a2b-Paper.pdf) from [here](http://people.csail.mit.edu/ingraham/graph-protein-design/data/cath/). You should find two files named `chain_set.jsonl` and `chain_set_splits.json`. Place them inside the directory `${MGEN_DATA_DIR}/modelgenerator/datasets/protein_inv_fold/cath_4.2/`.
23
 
24
+ - Then run the bash script in `experiments/AIDO.Protein/protein_inverse_folding` under your installation of [Model Generator](https://github.com/genbio-ai/modelgenerator)
25
  ```
26
+ cd experiments/AIDO.Protein/protein_inverse_folding
27
  bash prot_inverse_folding.sh
28
  ```
29