From 48ece89a3f481fadd58c5288e9ceda8fd9aed0b8 Mon Sep 17 00:00:00 2001 From: Jonas Fuchs <78491186+jonas-fuchs@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:17:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aba7667..ef4a958 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![License: GPL v3](https://img.shields.io/github/license/jonas-fuchs/virheat)](https://www.gnu.org/licenses/gpl-3.0) [![pypi version](https://img.shields.io/pypi/v/virheat)](https://pypi.org/project/virheat/) [![pypi version](https://static.pepy.tech/badge/virheat)](https://pypi.org/project/virheat/) +[![CONDA](https://img.shields.io/conda/v/bioconda/virheat?label=conda%20version)](https://anaconda.org/bioconda/virheat) +[![CONDA](https://img.shields.io/conda/dn/bioconda/virheat?label=conda%20downloads)](https://anaconda.org/bioconda/virheat) ![Logo](./virheat.png) @@ -24,6 +26,10 @@ Ever wanted to have a condensed look at variant frequencies after mapping your r ```shell pip install virheat ``` +### via conda: +```shell +conda install -c bioconda virheat +``` ### from this repo: ```shell git clone https://github.com/jonas-fuchs/virHEAT