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
f4316dc0
"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "846cf3ed21c274f95f041e7e21fd039ca5c99a1f"
Commit
f4316dc0
authored
Dec 19, 2021
by
Gustaf Ahdritz
Browse files
Fix AlphaFold DB download script
parent
96709588
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+1
-1
scripts/download_alphafold_dbs.sh
scripts/download_alphafold_dbs.sh
+6
-0
No files found.
README.md
View file @
f4316dc0
...
@@ -70,7 +70,7 @@ you want to use DeepMind's MSA generation pipeline (w/ HMMR & HHblits) or
...
@@ -70,7 +70,7 @@ 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_d
atabase
s.sh data/
scripts/download_alphafold_d
b
s.sh data/
```
```
For the latter, run:
For the latter, run:
...
...
scripts/download_alphafold_dbs.sh
View file @
f4316dc0
...
@@ -50,6 +50,12 @@ fi
...
@@ -50,6 +50,12 @@ fi
echo
"Downloading MGnify..."
echo
"Downloading MGnify..."
bash
"
${
SCRIPT_DIR
}
/download_mgnify.sh"
"
${
DOWNLOAD_DIR
}
"
bash
"
${
SCRIPT_DIR
}
/download_mgnify.sh"
"
${
DOWNLOAD_DIR
}
"
echo
"Downloading PDB70..."
bash
"
${
SCRIPT_DIR
}
/download_pdb70.sh"
"
${
DOWNLOAD_DIR
}
"
echo
"Downloading PDB mmCIF files..."
bash
"
${
SCRIPT_DIR
}
/download_pdb_mmcif.sh"
"
${
DOWNLOAD_DIR
}
"
echo
"Downloading Uniclust30..."
echo
"Downloading Uniclust30..."
bash
"
${
SCRIPT_DIR
}
/download_uniclust30.sh"
"
${
DOWNLOAD_DIR
}
"
bash
"
${
SCRIPT_DIR
}
/download_uniclust30.sh"
"
${
DOWNLOAD_DIR
}
"
...
...
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