Fix cath download script cosmetic error

This commit is contained in:
Kevin Wu
2022-11-23 21:38:46 -08:00
parent 93f0db0d8a
commit 658de68a49

View File

@@ -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