Skip to content

Commit

Permalink
add viloca conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jun 10, 2024
1 parent 4333477 commit ecda5ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The corresponding manuscript can be found here: https://www.biorxiv.org/content/
For installation miniconda is recommended: https://docs.conda.io/en/latest/miniconda.html.
We recommend to install VILOCA in a clean conda environment:
```
conda create --name env_viloca --channel conda-forge --channel bioconda viloca
conda activate env_viloca
```

If you want to install the `master` branch use:
```
conda create --name env_viloca --channel conda-forge --channel bioconda libshorah
conda activate env_viloca
pip install git+https://github.com/cbg-ethz/VILOCA@master
Expand Down

0 comments on commit ecda5ab

Please sign in to comment.