From c288daa7fc81a4b7f179a25ea3c9f3bdfee11432 Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Thu, 12 Dec 2024 15:34:55 -0500 Subject: [PATCH] [ENH] Add consistent badges (#405) * [ENH] Add consistent Badges --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3c65da..1ba21c8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@
# `bagel-cli` -[![codecov](https://codecov.io/gh/neurobagel/bagel-cli/graph/badge.svg?token=R1KI9KIP8D)](https://codecov.io/gh/neurobagel/bagel-cli) -[![Tests](https://github.com/neurobagel/bagel-cli/actions/workflows/test.yml/badge.svg)](https://github.com/neurobagel/bagel-cli/actions/workflows/test.yml) -[![Docker Image Version](https://img.shields.io/docker/v/neurobagel/bagelcli?label=docker)](https://hub.docker.com/r/neurobagel/bagelcli/tags) -[![Python versions](https://img.shields.io/badge/Python-3.10%20%7C%203.11-blue?style=flat)](https://www.python.org) -[![License](https://img.shields.io/github/license/neurobagel/bagel-cli?color=CD5C5C&style=flat)](LICENSE) + +![GitHub branch check runs](https://img.shields.io/github/check-runs/neurobagel/bagel-cli/main?style=flat-square) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/neurobagel/bagel-cli/test.yml?branch=main&style=flat-square&label=tests) +![Codecov](https://img.shields.io/codecov/c/github/neurobagel/bagel-cli?token=R1KI9KIP8D&style=flat-square&logo=codecov&link=https%3A%2F%2Fcodecov.io%2Fgh%2Fneurobagel%2Fbagel-cli) +![Static Badge](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue?style=flat-square&logo=python) +![GitHub License](https://img.shields.io/github/license/neurobagel/bagel-cli?style=flat-square&color=purple&link=LICENSE) +![Docker Image Version (tag)](https://img.shields.io/docker/v/neurobagel/bagelcli/latest?style=flat-square&logo=docker&link=https%3A%2F%2Fhub.docker.com%2Fr%2Fneurobagel%2Fbagelcli%2Ftags) +![Docker Pulls](https://img.shields.io/docker/pulls/neurobagel/bagelcli?style=flat-square&logo=docker&link=https%3A%2F%2Fhub.docker.com%2Fr%2Fneurobagel%2Fbagelcli%2Ftags)
The `bagel-cli` is a Python command-line tool to automatically parse and describe subject phenotypic and imaging attributes in an annotated dataset for integration into the Neurobagel graph. -**Please refer to our [official Neurobagel documentation](https://neurobagel.org/user_guide/cli/) for information on how to install and use the CLI.** +**Please refer to our [official Neurobagel documentation](https://neurobagel.org/cli/) for information on how to install and use the CLI.** ## Development environment