@@ -60,8 +60,7 @@ This script depends on `aria2c`.
...
@@ -60,8 +60,7 @@ This script depends on `aria2c`.
### Inference
### Inference
To run inference on a sequence using a set of DeepMind's pretrained parameters,
To run inference on a sequence `target.fasta` (e.g., `wget https://www.rcsb.org/fasta/entry/4DSN`) using a set of DeepMind's pretrained parameters, run e.g.
where `data` is the same directory as in the previous step.
where `data` is the same directory as in the previous step. If `jackhmmer`, `hhblits`, `hhsearch` and `kalign` are available at the default path of `/usr/bin`, their `binary_path` command-line arguments can be dropped.
### Training
### Training
To train the model, you will first need to precompute protein alignments. After
After activating the OpenFold environment with `source scripts/activate_conda_env.sh`, install OpenFold by running
installing OpenFold using `setup.py`, do so with:
```bash
python setup.py install
```
To train the model, you will first need to precompute protein alignments. Create `mmcif_dir/` and download `.cif` files from the PDB (e.g., `wget https://files.rcsb.org/download/4DSN.cif`). Then run: