Skip to content

Commit

Permalink
Add bioconda badge (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Jan 1, 2019
1 parent 747e64e commit baac86b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Documentation Build Status](https://readthedocs.org/projects/sample-sheet/badge/?version=latest)](https://sample-sheet.readthedocs.io/en/latest/?badge=latest)
[![Code Coverage](https://codecov.io/gh/clintval/sample-sheet/branch/master/graph/badge.svg)](https://codecov.io/gh/clintval/sample-sheet)
[![PyPi Release](https://badge.fury.io/py/sample_sheet.svg)](https://badge.fury.io/py/sample_sheet)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/sample-sheet/README.html)
[![License](https://img.shields.io/pypi/l/sample-sheet.svg)](https://github.com/clintval/sample-sheet/blob/master/LICENSE)
[![Python Versions](https://img.shields.io/pypi/pyversions/sample-sheet.svg)](https://pypi.python.org/pypi/sample-sheet/)
[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
Expand All @@ -12,7 +13,13 @@
A permissively licensed library designed to replace [Illumina's Experiment Manager](https://support.illumina.com/sequencing/sequencing_software/experiment_manager.html).

```bash
❯ pip install sample_sheet
❯ pip install sample-sheet
```

Or install with the Conda package manager:

```bash
❯ conda install -c bioconda sample-sheet
```

Features:
Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ A permissively licensed library designed to replace `Illumina's Experiment Manag

.. code-block:: bash
❯ pip install sample_sheet
❯ pip install sample-sheet
Or install with the Conda package manager:

.. code-block:: bash
❯ conda install -c bioconda sample-sheet
Features
--------
Expand Down

0 comments on commit baac86b

Please sign in to comment.