Commit f4316dc0 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix AlphaFold DB download script

parent 96709588
......@@ -70,7 +70,7 @@ you want to use DeepMind's MSA generation pipeline (w/ HMMR & HHblits) or
MMseqs2 instead. For the former, run:
```bash
scripts/download_alphafold_databases.sh data/
scripts/download_alphafold_dbs.sh data/
```
For the latter, run:
......
......@@ -50,6 +50,12 @@ fi
echo "Downloading MGnify..."
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..."
bash "${SCRIPT_DIR}/download_uniclust30.sh" "${DOWNLOAD_DIR}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment