From 2bf2f137dd84d55615b38e4fa84ae15abf3d9107 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 13 Sep 2017 10:03:15 -0400 Subject: [PATCH 1/4] added a license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c2eb3..341b023 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) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![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 From 885db1233d5fbf4dbcbe6d5353dc5e506d789fa8 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 13 Sep 2017 10:29:41 -0400 Subject: [PATCH 2/4] updated badges for fun --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 341b023..8120c5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![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) +[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT) +[![Downloads](https://img.shields.io/github/downloads/lh3/minimap2/total.svg?style=flat-square)](https://github.com/lh3/minimap2/releases) +[![BioConda](https://img.shields.io/conda/vn/bioconda/minimap2.svg?style=flat-square)](https://anaconda.org/bioconda/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2 From cb57bd614686899f1eadceeeb545bac2ff2f24d5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 13 Sep 2017 10:46:25 -0400 Subject: [PATCH 3/4] updated badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8120c5c..0389292 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) -[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT) -[![Downloads](https://img.shields.io/github/downloads/lh3/minimap2/total.svg?style=flat-square)](https://github.com/lh3/minimap2/releases) +[![Release](https://img.shields.io/badge/Version-v2.1.1-blue.svg?style=flat-square)](https://github.com/lh3/minimap2/releases) [![BioConda](https://img.shields.io/conda/vn/bioconda/minimap2.svg?style=flat-square)](https://anaconda.org/bioconda/minimap2) +[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE.txt) +[![Build Status](https://img.shields.io/travis/lh3/minimap2/master.svg?style=flat-square)](https://travis-ci.org/lh3/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2 From 2f2b11624ab8d328107727d54ced53f78dd8bd37 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 13 Sep 2017 10:50:03 -0400 Subject: [PATCH 4/4] reverted to the Travis badge as it is faster --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0389292..ae3df64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Release](https://img.shields.io/badge/Version-v2.1.1-blue.svg?style=flat-square)](https://github.com/lh3/minimap2/releases) +[![Release](https://img.shields.io/badge/Release-v2.1.1-blue.svg?style=flat-square)](https://github.com/lh3/minimap2/releases) [![BioConda](https://img.shields.io/conda/vn/bioconda/minimap2.svg?style=flat-square)](https://anaconda.org/bioconda/minimap2) [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE.txt) -[![Build Status](https://img.shields.io/travis/lh3/minimap2/master.svg?style=flat-square)](https://travis-ci.org/lh3/minimap2) +[![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2) ## Getting Started ```sh git clone https://github.com/lh3/minimap2