From c333c85756c6110299ced9d9495a4c382e9a162a Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" Date: Thu, 24 Aug 2023 14:48:18 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c022b05..05002589f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Install -Now hosted on [Bioconda](https://anaconda.org/bioconda/harpy)! Install harpy on Linux-based systems using [conda](https://mamba.readthedocs.io/en/latest/installation.html) or [mamba](https://mamba.readthedocs.io/en/latest/micromamba-installation.html#umamba-install) (**recommended**). +Now hosted on [Bioconda](https://anaconda.org/bioconda/harpy)! Install harpy on Linux-based systems using [conda](https://mamba.readthedocs.io/en/latest/installation.html) or [mamba](https://mamba.readthedocs.io/en/latest/micromamba-installation.html#umamba-install) (**strongly recommended**). ### Install into new environment (recommended) To avoid dependency conflicts with an existing environment, it is best to create a new environment for a harpy installation. The code below creates a new conda environment called `harpy` (via `-n harpy`) and installs harpy into it. You can name this environment whatever you like using the `-n somename` argument. @@ -68,4 +68,4 @@ Just call `harpy` or `harpy --help` on the command line to get started! │ trim Remove adapters and quality trim sequences │ │ variants Call variants (SNP/SV) from samples │ ╰───────────────────────────────────────────────────────────────╯ -``` \ No newline at end of file +```