Skip to content

Commit

Permalink
Update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 12, 2023
1 parent fc0dd69 commit 7ea35a0
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-cov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Linux tests

on:
push:
Expand Down
71 changes: 64 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,70 @@

<a href="https://open2c.github.io/cooler"><img width="25%" src="https://github.com/open2c/cooler/raw/master/docs/cooler_logo.png" alt="Cooler"></a>

[![Build Status](https://travis-ci.org/open2c/cooler.svg?branch=master)](https://travis-ci.org/open2c/cooler)
[![CodeCov](https://codecov.io/gh/open2c/cooler/branch/master/graph/badge.svg)](https://codecov.io/gh/open2c/cooler)
[![Documentation Status](https://readthedocs.org/projects/cooler/badge/?version=latest)](http://cooler.readthedocs.org/en/latest/)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/cooler/README.html)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open2c/cooler-binder/master)
[![Join the chat on Slack](https://img.shields.io/badge/chat-slack-%233F0F3F?logo=slack)](https://bit.ly/2UaOpAe)
[![DOI](https://zenodo.org/badge/49553222.svg)](https://zenodo.org/badge/latestdoi/49553222)
<table>
<tr>
<td>Latest Release</td>
<td>
<a href="https://pypi.org/project/cooler/">
<img src="https://badge.fury.io/py/cooler.svg" alt="Latest Release PyPI" />
</a>
<a href="https://bioconda.github.io/recipes/cooler/README.html">
<img src="https://anaconda.org/bioconda/cooler/badges/version.svg" alt="Latest Release Bioconda">
</a>
</td>
</tr>
<tr>
<td>Build Status</td>
<td>
<a href="https://github.com/open2c/cooler/blob/main/.github/workflows/lint-test-cov.yml">
<img src="https://github.com/open2c/cooler/actions/workflows/lint-test-cov.yml/badge.svg" alt="Build Status">
</a>
</td>
</tr>
<tr>
<td>Docs Status</td>
<td>
<a href="http://cooler.readthedocs.org/en/latest/">
<img src="https://readthedocs.org/projects/cooler/badge/?version=latest">
</a>
</td>
</tr>
<tr>
<td>Coverage</td>
<td>
<a href="https://codecov.io/gh/open2c/cooler">
<img src="https://codecov.io/gh/open2c/cooler/branch/master/graph/badge.svg" alt="Coverage">
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
<a href="https://pypi.org/project/cooler">
<img src="https://static.pepy.tech/personalized-badge/cooler?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPI%20downloads" alt="PyPI Downloads">
</a>
<a href="http://bioconda.github.io/recipes/cooler/README.html">
<img src="https://img.shields.io/conda/dn/bioconda/cooler.svg?style=flat&label=Bioconda downloads" alt="Bioconda Downloads">
</a>
</td>
</tr>
<tr>
<td>Community</td>
<td>
<a href="https://bit.ly/open2c-slack">
<img src="https://img.shields.io/badge/chat-slack-%233F0F3F?logo=slack" alt="Slack">
</a>
</td>
</tr>
<tr>
<td>Zenodo</td>
<td>
<a href="https://zenodo.org/badge/latestdoi/49553222">
<img src="https://zenodo.org/badge/49553222.svg" alt="Zenodo DOI">
</a>
</td>
</tr>
</table>

## A cool place to store your Hi-C

Expand Down

0 comments on commit 7ea35a0

Please sign in to comment.