"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "846cf3ed21c274f95f041e7e21fd039ca5c99a1f"
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 ...@@ -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_databases.sh data/ scripts/download_alphafold_dbs.sh data/
``` ```
For the latter, run: For the latter, run:
......
...@@ -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}"
......
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