From ecda5abd9e44185066fff6ed87c89f6b003bf87a Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:59:38 +0200 Subject: [PATCH] add viloca conda package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 357c90a..9bce1e2 100755 --- a/README.md +++ b/README.md @@ -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