Applications – FASRC DOCS https://docs.rc.fas.harvard.edu Fri, 07 Nov 2025 16:14:43 +0000 en-US hourly 1 https://wordpress.org/?v=6.9 https://docs.rc.fas.harvard.edu/wp-content/uploads/2018/08/fasrc_64x64.png Applications – FASRC DOCS https://docs.rc.fas.harvard.edu 32 32 172380571 AlphaFold https://docs.rc.fas.harvard.edu/kb/alphafold/ Mon, 05 Aug 2024 19:30:04 +0000 https://docs.rc.fas.harvard.edu/?post_type=epkb_post_type_1&p=27454 Description

See Alphafold2 and Alphafold3.

AlphaFold in the FASRC Cannon cluster

Alphafold typically runs within a Docker container. On the FASRC cluster, Podman can be used to run such containers. However, Singularity is recommended for ease of use in an HPC cluster environment.

Singularity images

The AlphaFold singularity images are stored in a cluster-wide location, meaning that individual users do not have to copy the singularity images to use them. Singularity images are located in:

/n/singularity_images/FAS/alphafold/

Each singularity image is tagged with the Alphafold version

[jharvard@holylogin03 ~]$ ls -l /n/singularity_images/FAS/alphafold/
total 23G
-rwxr-xr-x. 1 root root 4.8G May 25  2023 alphafold_2.3.1.sif
-rwxr-xr-x. 1 root root 2.9G May 25  2023 alphafold_2.3.2.sif
-rwxr-xr-x. 1 root root 4.9G Dec 18  2024 alphafold_3.0.0.sif
-rwxr-xr-x. 1 root root 2.8G Oct 16 16:32 alphafold_3.0.1.sif
-rwxr-xr-x. 1 root root 4.5G Nov  2  2022 alphafold_v2.2.4.sif
-rw-r--r--. 1 root root  817 Dec  5  2024 readme.txt

Databases

The Alphafold database is stored in a cluster-wide location, meaning that individual users do not have to download the AlphaFold database to run their simulations. The database is stored in SSD as recommended by the developers. Database locations:

Alphafold2

/n/holylabs/rc_admin/Everyone/alphafold_databases/v2

Alphafold3

/n/holylabs/rc_admin/Everyone/alphafold_databases/v3

Model parameters

Alphafold3

To run Alphafold3, you must request the model parameters from Google. See Obtaining model parameters.

Google will provide a file file_name.bin.zst. Extract with unzstd file.bin.zst. Place file.bin in a lab share (do not put in netscratch) — this will be the location of you --model_dir.

Running Alphafold

You will find example scripts in the FARC User_Codes repo.

Resources

]]>
27454