mirror of
https://github.com/baker-laboratory/RoseTTAFold-All-Atom.git
synced 2024-11-04 22:25:42 +00:00
Call install_dependencies.sh
in README.md
This commit is contained in:
parent
be632e2d9e
commit
54e3142a20
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue