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
3718d10f
Unverified
Commit
3718d10f
authored
Jan 27, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Jan 27, 2022
Browse files
Merge pull request #70 from ericmjl/patch-1
Minor changes to shell commands
parents
894905b9
677a26c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
3718d10f
...
@@ -61,7 +61,7 @@ To install the HH-suite to `/usr/bin`, run
...
@@ -61,7 +61,7 @@ To install the HH-suite to `/usr/bin`, run
To download DeepMind's pretrained parameters and common ground truth data, run:
To download DeepMind's pretrained parameters and common ground truth data, run:
```
bash
```
bash
scripts/download_data.sh data/
bash
scripts/download_data.sh data/
```
```
You have two choices for downloading protein databases, depending on whether
You have two choices for downloading protein databases, depending on whether
...
@@ -70,14 +70,14 @@ you want to use DeepMind's MSA generation pipeline (w/ HMMR & HHblits) or
...
@@ -70,14 +70,14 @@ you want to use DeepMind's MSA generation pipeline (w/ HMMR & HHblits) or
MMseqs2 instead. For the former, run:
MMseqs2 instead. For the former, run:
```
bash
```
bash
scripts/download_alphafold_dbs.sh data/
bash
scripts/download_alphafold_dbs.sh data/
```
```
For the latter, run:
For the latter, run:
```
bash
```
bash
scripts/download_mmseqs_d
atabase
s.sh data/
# downloads .tar files
bash
scripts/download_mmseqs_d
b
s.sh data/
# downloads .tar files
scripts/prep_mmseqs_d
atabase
s.sh data/
# unpacks and preps the databases
bash
scripts/prep_mmseqs_d
b
s.sh data/
# unpacks and preps the databases
```
```
Make sure to run the latter command on the machine that will be used for MSA
Make sure to run the latter command on the machine that will be used for MSA
...
...
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