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
ac79672c
Commit
ac79672c
authored
Nov 12, 2021
by
Gustaf Ahdritz
Browse files
Clarify dependencies in README
parent
220f49e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
ac79672c
...
...
@@ -24,8 +24,9 @@ future.
Python dependencies available through
`pip`
are provided in
`requirements.txt`
.
OpenFold depends on
`openmm==7.5.1`
and
`pdbfixer`
, which are only available
via
`conda`
. For producing sequence alignments, you'll also need
`jackhmmer`
,
`kalign`
, and the
[
HH-suite
](
https://github.com/soedinglab/hh-suite
)
installed
via
`conda`
. For producing sequence alignments, you'll also need
`kalign`
, the
[
HH-suite
](
https://github.com/soedinglab/hh-suite
)
, and one of
{
`jackhmmer`
,
[
MMseqs2
](
https://github.com/soedinglab/mmseqs2
)
} installed on
on your system. Finally, some download scripts require
`aria2c`
.
For convenience, we provide a script that installs Miniconda locally, creates a
...
...
@@ -65,7 +66,7 @@ scripts/download_data.sh data/
You have two choices for downloading protein databases, depending on whether
you want to use DeepMind's MSA generation pipeline (w/ HMMR & HHblits) or
[
ColabFold
](
https://github.com/sokrypton/ColabFold
)
's, which uses the faster
[
MMseqs2
](
https://github.com/soedinglab/mmseqs2
)
instead. For the former, run:
MMseqs2 instead. For the former, run:
```
bash
scripts/download_alphafold_databases.sh data/
...
...
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