From 0aa1040f7ff3f44009ee6579d2d2677c1d3450c0 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Mon, 28 Nov 2022 14:51:41 -0800 Subject: [PATCH] Fix alphafold script to download v4 --- data/download_alphafold.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/download_alphafold.sh b/data/download_alphafold.sh index 1ab1d50..c85d476 100755 --- a/data/download_alphafold.sh +++ b/data/download_alphafold.sh @@ -1,3 +1,3 @@ # Downloads the AlphaFold predictions for all of SwissProt as described -# at https://alphafold.ebi.ac.uk/download#swissprot-section -wget https://ftp.ebi.ac.uk/pub/databases/alphafold/latest/swissprot_pdb_v2.tar +# Requires aria2c to be installed, see https://aria2.github.io +aria2c -x10 https://ftp.ebi.ac.uk/pub/databases/alphafold/latest/swissprot_pdb_v4.tar