Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!436
Alphafold
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Alphafold
alphafold
into
master
Overview
0
Commits
3
Pipelines
1
Changes
2
Merged
Jan Siwiec
requested to merge
alphafold
into
master
1 year ago
Overview
0
Commits
3
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
46b009b8
3 commits,
1 year ago
2 files
+
28
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs.it4i/software/machine-learning/alphafold.md
0 → 100644
+
27
−
0
Options
# 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
Loading