From 8ddbf7169f4f42aa0f057ced19d1c9ce21144b55 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 12 Sep 2017 16:16:26 -0400 Subject: [PATCH 1/4] added bioconda download link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50bdc94..e452365 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) +[![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/version.svg)(https://anaconda.org/bioconda/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2 From 14f0cce4e231ab48e5c381d09338ca418c0192ad Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 12 Sep 2017 16:17:07 -0400 Subject: [PATCH 2/4] malformatted conda badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e452365..d2aeeec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) -[![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/version.svg)(https://anaconda.org/bioconda/minimap2) +[![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/version.svg)](https://anaconda.org/bioconda/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2 From 0cc8d277baa977fe549aa3d00b157da711af594a Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 12 Sep 2017 16:20:01 -0400 Subject: [PATCH 3/4] changed to the "install with conda" badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2aeeec..8cc5680 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) -[![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/version.svg)](https://anaconda.org/bioconda/minimap2) +[![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/installer/conda.svg)](https://anaconda.org/bioconda/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2 From 2028e8c266346315610c2e4caefca1f29f2792bb Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 12 Sep 2017 16:21:49 -0400 Subject: [PATCH 4/4] show bioconda version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cc5680..a6c2eb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) [![BioConda Pacakge](https://anaconda.org/bioconda/minimap2/badges/installer/conda.svg)](https://anaconda.org/bioconda/minimap2) +[![BioConda Version](https://anaconda.org/bioconda/minimap2/badges/version.svg)](https://anaconda.org/bioconda/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2