We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d86f58 commit 607d1aaCopy full SHA for 607d1aa
example_slurm_job.sh
@@ -25,9 +25,13 @@ echo ALPHAFOLD_DATADIR=$ALPHAFOLD_DATADIR
25
# --model_preset=monomer_casp14
26
# --db_preset=full_dbs (or delete the line; default is "full_dbs")
27
#
28
+# On a test system with 4x Tesla V100-SXM2, this took about 50 minutes.
29
+#
30
# To benchmark, running multiple JAX model evaluations (NB this
31
# significantly increases run time):
32
# --benchmark
33
34
+# On a test system with 4x Tesla V100-SXM2, this took about 6 hours.
35
36
# Run AlphaFold; default is to use GPUs
37
python3 ${ALPHAFOLD_DIR}/singularity/run_singularity.py \
0 commit comments