Skip to content

Commit

Permalink
chore: update badges in main README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jan 18, 2025
1 parent d641015 commit 2059376
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
[![Code Coverage][code-coverage-badge]][code-coverage-link]
[![License][license-badge]][license-link]

---

[![Python package][python-package-badge]][python-package-link]
[![PyPI version][pypi-badge]][pypi-link]
[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]
[![Bioconda][bioconda-badge]][bioconda-link]

---

[language-badge]: http://img.shields.io/badge/language-python-brightgreen.svg
[language-link]: http://www.python.org/
Expand All @@ -18,11 +26,23 @@
[code-coverage-link]: https://codecov.io/gh/fulcrumgenomics/pybwa
[license-badge]: http://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/fulcrumgenomics/pybwa/blob/main/LICENSE
[python-package-badge]: https://github.com/fulcrumgenomics/pybwa/actions/workflows/tests.yml/badge.svg
[python-package-link]: https://github.com/fulcrumgenomics/pybwa/actions/workflows/tests.yml
[pypi-badge]: https://badge.fury.io/py/pybwa.svg
[pypi-link]: https://pypi.python.org/pypi/pybwa
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/pybwa
[pypi-downloads-link]: https://pypi.python.org/pypi/pybwa
[bioconda-badge]: https://img.shields.io/conda/dn/bioconda/pybwa.svg?label=Bioconda
[bioconda-link]: http://bioconda.github.io/recipes/pybwa/README.html

# pybwa

Python language bindings for [bwa][bwa-link].

Install with `pip install pybwa` or `conda install -c bioconda pybwa`.

**Requires python 3.9+**

See documentation on [pybwa.readthedocs.org][rtd-link].

[rtd-link]: http://pybwa.readthedocs.org/en/stable
Expand Down

0 comments on commit 2059376

Please sign in to comment.