From 0aa5f082bc5144bc100ce58017c5a0eff0f821ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdurrahman=20OL=C4=9EA=C3=87?= Date: Wed, 5 Jun 2024 09:42:46 +0300 Subject: [PATCH] Update README.md Included file sizes of the structure templates and BLAST db. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c49448a..57196c4 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ wget https://bfd.mmseqs.com/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted mkdir -p bfd tar xfz bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt.tar.gz -C ./bfd -# structure templates (including *_a3m.ffdata, *_a3m.ffindex) +# structure templates [81G] (including *_a3m.ffdata, *_a3m.ffindex) wget https://files.ipd.uw.edu/pub/RoseTTAFold/pdb100_2021Mar03.tar.gz tar xfz pdb100_2021Mar03.tar.gz ``` -8. Download BLAST +8. Download BLAST [39M] ``` wget https://ftp.ncbi.nlm.nih.gov/blast/executables/legacy.NOTSUPPORTED/2.2.26/blast-2.2.26-x64-linux.tar.gz mkdir -p blast-2.2.26