Skip to content

Commit 94b2df3

Browse files
committed
fix list formatting
1 parent ebb2a4f commit 94b2df3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ A [web server](https://progres.mrc-lmb.cam.ac.uk) is available to run Progres.
1818
## Installation
1919

2020
1. Python 3.8 or later is required. The software is OS-independent.
21-
2. Install [PyTorch](https://pytorch.org) 1.11 or later, [PyTorch Scatter](https://github.com/rusty1s/pytorch_scatter), [PyTorch Geometric](https://github.com/pyg-team/pytorch_geometric), [FAISS](https://github.com/facebookresearch/faiss) and [STRIDE](https://webclu.bio.wzw.tum.de/stride) as appropriate for your system. A GPU is not required but may provide speedup in certain situations. Example commands for Linux (and other operating systems, bar the STRIDE install):
21+
2. Install [PyTorch](https://pytorch.org) 1.11 or later, [PyTorch Scatter](https://github.com/rusty1s/pytorch_scatter), [PyTorch Geometric](https://github.com/pyg-team/pytorch_geometric), [FAISS](https://github.com/facebookresearch/faiss) and [STRIDE](https://webclu.bio.wzw.tum.de/stride) as appropriate for your system. A GPU is not required but may provide speedup in certain situations. Note that installing with PyTorch versions from 2.6 may require setting `TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1`. Example commands for Linux (and other operating systems, bar the STRIDE install):
2222
```bash
2323
conda create -n prog python=3.9
2424
conda activate prog
2525
conda install pytorch=1.11 faiss-cpu -c pytorch
2626
conda install pytorch-scatter pyg -c pyg
2727
conda install kimlab::stride
2828
```
29-
Note that installing on PyTorch versions from 2.6 may require setting `TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1`.
3029
3. Run `pip install progres`, which will also install [Biopython](https://biopython.org), [mmtf-python](https://github.com/rcsb/mmtf-python), [einops](https://github.com/arogozhnikov/einops) and [pydantic](https://github.com/pydantic/pydantic) if they are not already present.
3130
4. The first time you search with the software the trained model and pre-embedded databases (~850 MB) will be downloaded to the package directory from [Zenodo](https://zenodo.org/record/7782088), which requires an internet connection. This can take a few minutes. You can set the environmental variable `PROGRES_DATA_DIR` to change where this data is stored, for example if you cannot write to the package directory. Remember to keep it set the next time you run Progres.
3231
5. The first time you search against the AlphaFold database TED domains the pre-embedded database (~33 GB) will be downloaded similarly. This can take a while. Make sure you have enough disk space!

0 commit comments

Comments
 (0)