Call install_dependencies.sh in README.md

This commit is contained in:
Alex Morehead 2024-03-10 14:44:09 -05:00 committed by GitHub
parent be632e2d9e
commit 54e3142a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,11 +42,15 @@ pip3 install --no-cache-dir -r requirements.txt
python3 setup.py install python3 setup.py install
cd ../../ 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 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] # uniref30 [46G]
wget http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gz wget http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gz