From 4e6b5d7a68f0788e13a3b7b238c161bf088fde97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sj=C3=B6din?= Date: Thu, 28 May 2020 23:43:08 +0200 Subject: [PATCH] Update README.md Correct conda installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b21b015..dacdcf0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A post-processing tool to reclassify [Kraken 2] output based on the confidence s ## Installation StringMeUP is available to install through conda. Simply run the following command to install it: -`conda install -c bioconda stringmeup` +`conda install -c conda-forge -c bioconda stringmeup` ## Usage