Skip to content

Commit cc01210

Browse files
committed
Fix status badges
1 parent 0a6928c commit cc01210

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# sgkit: Scalable genetics toolkit in Python
2-
[![Build status](https://github.com/sgkit-dev/sgkit/workflows/Build/badge.svg?branch=main)](https://github.com/sgkit-dev/sgkit/actions?query=workflow%3A%22Build%22+branch%3Amain)
3-
[![Windows build status](https://github.com/sgkit-dev/sgkit/workflows/Windows/badge.svg?branch=main)](https://github.com/sgkit-dev/sgkit/actions?query=workflow%3A%22Windows%22+branch%3Amain)
4-
[![Documentation status](https://github.com/sgkit-dev/sgkit/workflows/Docs/badge.svg?branch=main)](https://sgkit-dev.github.io/sgkit/)
5-
[![Validation status](https://github.com/sgkit-dev/sgkit/workflows/Validation/badge.svg?branch=main)](https://github.com/sgkit-dev/sgkit/actions?query=workflow%3A%22Validation%22+branch%3Amain)
6-
[![Upstream status](https://github.com/sgkit-dev/sgkit/workflows/Upstream/badge.svg?branch=main)](https://github.com/sgkit-dev/sgkit/actions?query=workflow%3A%22Upstream%22+branch%3Amain)
7-
[![asv](https://img.shields.io/badge/Benchmarked%20by-asv-green.svg?style=flat)](https://sgkit-dev.github.io/sgkit-benchmarks-asv/)
2+
[![Build](https://github.com/sgkit-dev/sgkit/actions/workflows/build.yml/badge.svg)](https://github.com/sgkit-dev/sgkit/actions/workflows/build.yml)
3+
[![Windows](https://github.com/sgkit-dev/sgkit/actions/workflows/windows.yml/badge.svg)](https://github.com/sgkit-dev/sgkit/actions/workflows/windows.yml)
4+
[![Docs](https://github.com/sgkit-dev/sgkit/actions/workflows/docs.yml/badge.svg)](https://sgkit-dev.github.io/sgkit/)
5+
[![Upstream](https://github.com/sgkit-dev/sgkit/actions/workflows/upstream.yml/badge.svg)](https://github.com/sgkit-dev/sgkit/actions/workflows/upstream.yml)
6+
[![Benchmarks](https://github.com/sgkit-dev/sgkit/actions/workflows/benchmark.yml/badge.svg)](https://github.com/sgkit-dev/sgkit/actions/workflows/benchmark.yml)
87
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
98

109
Sgkit is a Python package that provides a variety of analytical genetics methods through the use of

0 commit comments

Comments
 (0)