Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
01ad794b
Commit
01ad794b
authored
Oct 21, 2021
by
Gustaf Ahdritz
Browse files
Reformat README again
parent
621b3645
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
README.md
README.md
+5
-7
No files found.
README.md
View file @
01ad794b
...
...
@@ -9,7 +9,7 @@ OpenFold carefully reproduces (almost) all of the features of the original open
source inference code. The sole exception is model ensembling, which fared
poorly in DeepMind's own ablation testing and is being phased out in future
DeepMind experiments. It is omitted here for the sake of reducing clutter. In
cases where the Nature paper differs from the source, we always defer to the
cases where the
*
Nature
*
paper differs from the source, we always defer to the
latter.
OpenFold is built to support inference with AlphaFold's original JAX weights.
...
...
@@ -56,6 +56,8 @@ scripts/download_all_data.sh data/
This script depends on
`aria2c`
.
# Inference
To run inference on a sequence using a set of DeepMind's pretrained parameters,
run e.g.
...
...
@@ -72,13 +74,9 @@ python3 run_pretrained_openfold.py \
--device
cuda:1
```
where
`data`
is the same directory as in the previous step. Run
```
bash
python3 run_pretrained_openfold.py
--help
```
where
`data`
is the same directory as in the previous step.
for a full list of options.
# Training
To train the model, you will first need to precompute protein alignments. After
installing OpenFold using
`setup.py`
, do so with:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment