Skip to content

Commit

Permalink
Readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Apr 1, 2023
1 parent 0d7ab69 commit 1c3cf12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[![](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)
[![](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](https://anaconda.org/bioconda/biobb_common)
[![](https://img.shields.io/badge/docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_common?tab=tags)
[![](https://img.shields.io/badge/singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:3.9.0--pyhdfd78af_0)
[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


| [![](https://img.shields.io/github/v/tag/bioexcel/biobb_common?label=Version)](https://GitHub.com/bioexcel/biobb_common/tags/) | [![](https://img.shields.io/pypi/v/biobb-common.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-common/) | [![](https://img.shields.io/conda/vn/bioconda/biobb_common?label=Conda)](https://anaconda.org/bioconda/biobb_common) |
| [![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_common?tab=tags) | [![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:4.0.0--pyhdfd78af_0) |
| [![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)]() | [![](https://img.shields.io/pypi/pyversions/biobb-common.svg?label=Python%20Versions)]() |
| [![](https://readthedocs.org/projects/biobb-common/badge/?version=latest&label=Docs)](https://biobb-common.readthedocs.io/en/latest/?badge=latest) | ![](https://img.shields.io/website?down_message=Offline&label=Biobb%20Website&up_message=Online&url=https%3A%2F%2Fmmb.irbbarcelona.org%2Fbiobb%2F) | [![](https://img.shields.io/badge/Youtube-tutorial-blue?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=ou1DOGNs0xM) |
| [![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | [![](https://img.shields.io/badge/Open%20Source%3f-Yes!-blue)]() |
| [![](https://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg)](https://doi.org/10.1038/s41597-019-0177-4) | [![](https://img.shields.io/endpoint?color=brightgreen&url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1038%2Fs41597-019-0177-4)](https://www.nature.com/articles/s41597-019-0177-4#citeas) |
| [![](https://img.shields.io/github/last-commit/bioexcel/biobb_common?label=Last%20Commit)]() | [![](https://img.shields.io/github/issues/bioexcel/biobb_common.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_common/issues/) |
| [![](https://img.shields.io/badge/Tests-Passing-brightgreen)]() | [![](https://img.shields.io/badge/Coverage-90%-brightgreen)]() |

# biobb_common

### Introduction
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
classifiers=(
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: Unix",

),
)

0 comments on commit 1c3cf12

Please sign in to comment.