Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blinard-BIOINFO authored Jul 17, 2024
1 parent 3e2d844 commit 4df2c15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@

EPIK is a program for rapid alignment-free phylogenetic placement, the successor of [RAPPAS](https://github.com/phylo42/RAPPAS).

## Installation
## Installation via Bioconda
It is advised to install the package in a new environement, because our C++ dependencies are strict and may clash with other packages requiring, for instance, libboost.
We also recommend to use `mamba, which is more faster in solving environment dependencies.
```
conda create -n epik
conda activate epik
conda config --set channel_priority strict
mamba install ipk epik
```

## Installation via compilation

### Prerequisites

Expand Down

0 comments on commit 4df2c15

Please sign in to comment.