From 658de68a49979cb21a627ab3bb440f467a824661 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Wed, 23 Nov 2022 21:38:46 -0800 Subject: [PATCH] Fix cath download script cosmetic error --- data/download_cath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/download_cath.sh b/data/download_cath.sh index 948182e..38097cd 100755 --- a/data/download_cath.sh +++ b/data/download_cath.sh @@ -2,7 +2,7 @@ wget -P cath ftp://orengoftp.biochem.ucl.ac.uk/cath/releases/latest-release/non-redundant-data-sets/cath-dataset-nonredundant-S40.pdb.tgz # Check md5sums -md5sum -c cath_checksums.md5 cath/* +md5sum -c cath_checksums.md5 # cd into the cath directory and untar the file cd cath