From 3b6a6c4662c31a39dde55ee35312d860eb3cce21 Mon Sep 17 00:00:00 2001 From: Furkan Eris Date: Sat, 4 May 2024 19:17:17 +0300 Subject: [PATCH] fixed the scop40 download link --- training/learnAlphabet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/learnAlphabet.sh b/training/learnAlphabet.sh index f0c55b6..dfe1e80 100755 --- a/training/learnAlphabet.sh +++ b/training/learnAlphabet.sh @@ -17,7 +17,7 @@ mkdir -p $OUTPUT_DIR # Fetch PDBs if [ ! -d tmp/pdb ]; then - curl https://wwwuser.gwdg.de/~compbiol/foldseek/scp40pdb.tar.gz | tar -xz -C tmp + curl https://wwwuser.gwdg.de/~compbiol/foldseek/scop40pdb.tar.gz | tar -xz -C tmp fi # Compile ssw_test