Skip to content
Snippets Groups Projects
Commit 7ef07c4d authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Merge branch 'alphafold' into 'master'

Alphafold

See merge request !436
parents 47ac1af3 3d5441b2
No related branches found
No related tags found
1 merge request!436Alphafold
Pipeline #33088 passed with warnings
# AlphaFold
[AlphaFold][1] is an AI program designed as a deep learning system
developed by DeepMind, a subsidiary of Alphabet,
which performs predictions of protein structure.
## Installed Versions
AlphaFold is available on the Karolina cluster.
For the current list of installed versions, use:
```console
ml av alphafold
```
## Loading Databases
AlphaFold needs multiple genetic databases to run.
These can be downloaded using AlphaFold scripts located in the `apps/all/AlphaFold/2.1.2-fosscuda-2020b-TensorFlow-2.5.0/scripts` directory.
This step requires the `aria2c` program available as the `aria2/1.35.0-GCCcore-10.3.0` module.
Once downloaded, you must specify the path to the directory on `/scratch` containing the databases.
For more information, see the [AlphaFold documentation][2].
[1]: https://www.deepmind.com/research/highlighted-research/alphafold
[2]: https://github.com/deepmind/alphafold#genetic-databases
...@@ -234,6 +234,7 @@ nav: ...@@ -234,6 +234,7 @@ nav:
- NetKet: software/machine-learning/netket.md - NetKet: software/machine-learning/netket.md
- TensorFlow: software/machine-learning/tensorflow.md - TensorFlow: software/machine-learning/tensorflow.md
- Deep Learning: - Deep Learning:
- AlphaFold: software/machine-learning/alphafold.md
- DeepDock: software/machine-learning/deepdock.md - DeepDock: software/machine-learning/deepdock.md
- MPI: - MPI:
- Introduction: software/mpi/mpi.md - Introduction: software/mpi/mpi.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment