Skip to content

Commit

Permalink
Refine prediction slurm example
Browse files Browse the repository at this point in the history
Anaconda3 is no longer available and cuda modules no longer necessary
  • Loading branch information
jkosinski authored and DimaMolod committed Nov 21, 2024
1 parent 3005031 commit 1829581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ Create the `run_multimer_jobs_SLURM.sh` script and place the following code in i
#Adjust this depending on the node
#SBATCH --ntasks=8
#SBATCH --mem=64000
eval "$(conda shell.bash hook)"
module load Mamba
source activate AlphaPulldown
MAXRAM=$(echo `ulimit -m` '/ 1024.0'|bc)
Expand Down

0 comments on commit 1829581

Please sign in to comment.