From 54e3142a20a40890c3d606fe53ff5bfd1a4cfe61 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Sun, 10 Mar 2024 14:44:09 -0500 Subject: [PATCH] Call `install_dependencies.sh` in README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f57961..e2b2916 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,15 @@ pip3 install --no-cache-dir -r requirements.txt python3 setup.py install cd ../../ ``` -4. Download the model weights. +4. Install input preparation dependencies +``` +bash install_dependencies.sh +``` +5. Download the model weights. ``` wget http://files.ipd.uw.edu/pub/RF-All-Atom/weights/RFAA_paper_weights.pt ``` -5. Download sequence databases for MSA and template generation. +6. Download sequence databases for MSA and template generation. ``` # uniref30 [46G] wget http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gz