cb42ae6eeddefc76060753a9d03718177a2a26c3
examples/rosettafold_all_atom.md
... | ... | @@ -19,7 +19,7 @@ DGLBACKEND |
19 | 19 | |
20 | 20 | In addition, the script below uses a project directory that needs to be set or changed: |
21 | 21 | |
22 | -```MY_PROJ_DIR=/path/to/my/project ``` |
|
22 | +MY_PROJ_DIR=/path/to/my/project |
|
23 | 23 | |
24 | 24 | The example script expects two files in the current directory: |
25 | 25 | |
... | ... | @@ -31,6 +31,10 @@ sbgrid_example.fasta |
31 | 31 | |
32 | 32 | We purposely renamed these example files to be sure we're using our own files and not the examples files that come with RFAA. |
33 | 33 | |
34 | +sbgrid_example.yaml is protein.yaml and base.yaml from the RFAA config/infernec examples directory. |
|
35 | + |
|
36 | +sbgrid_example.fasta contains the 7U7W_1 protein from that same example. |
|
37 | + |
|
34 | 38 | |
35 | 39 | |
36 | 40 | ``` |