From 6edb11920437a2dbeba0209350fe4f041fb3fb90 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Fri, 2 Aug 2024 12:00:33 -0400 Subject: [PATCH] Add bioconda badge and setup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2605e1..08203df 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ - - +[![Bioconda install](https://img.shields.io/conda/vn/bioconda/grenedalf)](https://anaconda.org/bioconda/grenedalf) +[![Downloads](https://img.shields.io/conda/dn/bioconda/grenedalf)](https://anaconda.org/bioconda/grenedalf) [![Release](https://img.shields.io/github/v/release/lczech/grenedalf.svg)](https://github.com/lczech/grenedalf/releases) [![CI](https://github.com/lczech/grenedalf/workflows/CI/badge.svg?branch=master)](https://github.com/lczech/grenedalf/actions) [![Softwipe Score](https://img.shields.io/badge/softwipe-9.0/10.0-blue)](https://github.com/adrianzap/softwipe/wiki/Code-Quality-Benchmark) -[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](http://www.gnu.org/licenses/gpl.html) ![Language](https://img.shields.io/badge/language-C%2B%2B11-lightgrey.svg) +[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](http://www.gnu.org/licenses/gpl.html) @@ -27,7 +27,7 @@ is significantly more scalable, more user friendly, and offers more settings and Setup ------------------- -We recommend to first try the pre-compiled binaries of the latest [Release](https://github.com/lczech/grenedalf/releases), by downloading the binary for your system from the "Assets" list below the release. If that does not work, grenedalf can be build from source as described [here](https://github.com/lczech/grenedalf/wiki/Setup). +We recommend to first try the pre-compiled binaries of the latest [Release](https://github.com/lczech/grenedalf/releases), by downloading the binary for your system from the "Assets" list below the release. Alternatively, grenedalf can be installed via [bioconda](https://anaconda.org/bioconda/grenedalf). If that does not work, it can be build from source as described [here](https://github.com/lczech/grenedalf/wiki/Setup). If you want the best performance, we recommend to build from source anyway. Usage and Documentation