3f1adca346304ccfde45d8303c751a84b21b451f
examples/rosettafold_all_atom.md
... | ... | @@ -14,9 +14,10 @@ |
14 | 14 | #SBATCH --gres=gpu:1 |
15 | 15 | |
16 | 16 | |
17 | -# cd /temp_work/ch199734/114504_rosettafoldaa # BCH E3 |
|
18 | -cd /home/jjv16/tickets/114504_rosettafoldaa # O2 |
|
17 | +# Change to project directory - cannot be run from RFAA source directory |
|
18 | +cd /temp_work/ch199734/114504_rosettafoldaa |
|
19 | 19 | |
20 | +# Load cuda |
|
20 | 21 | module load cuda/11.2 |
21 | 22 | |
22 | 23 | # Start SBGrid environment |
... | ... | @@ -27,8 +28,7 @@ export ROSETTAFOLDAA_X=bf21483 |
27 | 28 | |
28 | 29 | # Set critical env variables |
29 | 30 | export DGLBACKEND=pytorch |
30 | -#export ROSETTAFOLD_DB_PATH=/programs/local/biogrids/rosettafold/ # BCH E3 |
|
31 | -export ROSETTAFOLD_DB_PATH=/n/scratch/users/j//jjv16/rosettafold # O2 |
|
31 | +export ROSETTAFOLD_DB_PATH=/programs/local/biogrids/rosettafold |
|
32 | 32 | export MY_RFAA_DIR=/programs/x86_64-linux/rosettafoldaa/${ROSETTAFOLDAA_X}/RoseTTAFold-All-Atom |
33 | 33 | |
34 | 34 | # Call the correct python bundled with RFAA |