Translations:AlphaFold3/23/en

From Alliance Doc
Jump to navigation Jump to search
  1. SBATCH --job-name=alphafold3-data
  2. SBATCH --account=def-someprof # adjust this to match the accounting group you are using to submit jobs
  3. SBATCH --time=08:00:00 # adjust this to match the walltime of your job
  4. SBATCH --cpus-per-task=8 # a MAXIMUM of 8 core, AlphaFold has no benefit to use more
  5. SBATCH --mem=64G # adjust this according to the memory you need