From aad8fae792e9c7377783da0e4d9c7c9c83cf00c4 Mon Sep 17 00:00:00 2001 From: Hirak Sarkar Date: Fri, 8 Feb 2019 14:10:35 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf06d1..6dbb77b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/COMBINE-lab/minnow.svg?branch=master)](https://travis-ci.org/COMBINE-lab/minnow) +[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/) [![Join the chat at https://gitter.im/minnow-sim](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minnow-sim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # Minnow ( read level simulator for dscRNA-seq data) @@ -19,7 +20,11 @@ Minnow is a read level simulator for droplet based single cell RNA-seq data. Min [tutorial](https://combine-lab.github.io/alevin-tutorial/2019/running-minnow/) -## Installation + +## Installation +### Via conda +`conda install minnow -c bioconda` + Minnow is written in C++14 and tested in a ubuntu server, please let us know if you have difficulty compiling it in your own machine. ```console