Skip to content

Commit

Permalink
add latest tag to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Jul 14, 2020
1 parent 3e4b118 commit b142eb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ conda install -c bioconda -c conda-forge -c isoquant isoquant
<a name="sec2.2"></a>
## Manual installation and requirements
To obtain IsoQuant you can download repository and install requirements.
Clone IsoQuant repository:
Clone IsoQuant repository and switch to latest release:
```bash
git clone https://github.com/ablab/IsoQuant.git
cd IsoQuant
git checkout latest
```
Enter IsoQuant directory and install requirements:
Iinstall requirements:
```bash
cd IsoQuant && pip install -r requirements.txt
pip install -r requirements.txt
```

You also need [minimap2](https://github.com/lh3/minimap2) to be in the `$PATH` variable.
Expand Down

0 comments on commit b142eb2

Please sign in to comment.