From f26f2fc7b7a5bf5385ca1425df67be1f125fc7df Mon Sep 17 00:00:00 2001 From: Danilo Di Leo Date: Wed, 10 Apr 2024 13:29:28 +0200 Subject: [PATCH] prettier --- docs/usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage.md b/docs/usage.md index ed1e8e01..8695b97a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -182,6 +182,7 @@ There are some cases (e.g. offline run) where you prefer to download the databas For `eggnog-mapper` the easiest way is to use `download_eggnog_data.py` provided when you install locally eggnog-mapper (documentation [here](https://github.com/eggnogdb/eggnog-mapper/wiki/eggNOG-mapper-v2.1.5-to-v2.1.12#user-content-Installation)). First, install eggnog-mapper: + ```bash conda install -c bioconda -c conda-forge eggnog-mapper ```