[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnushhoie authored May 23, 2024
1 parent a2ec530 commit 14b8372
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ To try AntiFold without installing it, please see our OPIG webserver:

## Install and run AntiFold

#### Download and install from Github source (latest release)
```bash
conda create --name antifold python=3.10 -y && conda activate antifold
conda install -c conda-forge pytorch
git clone https://github.com/oxpig/AntiFold && cd AntiFold
pip install .
```

#### Install AntiFold with pip (CPU)
```bash
conda create --name antifold python=3.10 -y && activate antifold
Expand All @@ -32,14 +40,6 @@ conda install -c conda-forge pytorch-gpu
pip install antifold
```

#### Download and install from Github source (latest release)
```bash
conda create --name antifold python=3.10 -y && conda activate antifold
git clone https://github.com/oxpig/AntiFold && cd AntiFold
conda install -c conda-forge pytorch
pip install .
```

#### Run AntiFold (inverse-folding probabilities, sample sequences)
```bash
# Run AntiFold on single PDB/CIF file
Expand Down

0 comments on commit 14b8372

Please sign in to comment.