c5f0438d8f13ba0e4974496430c4da6b33070137
examples/rosettafold_all_atom.md
... | ... | @@ -5,7 +5,7 @@ Below we provide a sample bash script, a fasta file renamed from one of the RFAA |
5 | 5 | |
6 | 6 | You must run RFAA outside of the installation directory. |
7 | 7 | |
8 | -In order to so this you must provide your own config yaml file(s) and set the location of this yaml file. We show an example using the --config-dir option frmo hydra. |
|
8 | +In order to do this you must provide your own config yaml file(s) and set the location of this yaml file. We show an example using the --config-dir option from hydra. |
|
9 | 9 | |
10 | 10 | These environment variables must be set: |
11 | 11 | |
... | ... | @@ -17,9 +17,9 @@ RFAA_DIR |
17 | 17 | |
18 | 18 | DGLBACKEND |
19 | 19 | |
20 | -In addition the script below uses a proect directory that needs to be set or changed: |
|
20 | +In addition, the script below uses a project directory that needs to be set or changed: |
|
21 | 21 | |
22 | -```MY_PROJ_DIR=<project directory> ``` |
|
22 | +```MY_PROJ_DIR=/path/to/my/project ``` |
|
23 | 23 | |
24 | 24 | The example script expects two files in the current directory: |
25 | 25 |