Skip to content

Commit

Permalink
Add badges for CI and codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson authored Jan 19, 2023
1 parent 9a390b0 commit 4e2916a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SCTransform.jl

[![Build Status](https://github.com/rasmushenningsson/SCTransform.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/rasmushenningsson/SCTransform.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/rasmushenningsson/SCTransform.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/rasmushenningsson/SCTransform.jl)

This is a Julia implementation of [sctransform](https://github.com/satijalab/sctransform), based on the paper [Normalization and variance stabilization of single-cell RNA-seq data using regularized negative binomial regression](https://doi.org/10.1186/s13059-019-1874-1) by Hafemaister and Satija.

This is an independent implementation, the original authors were not involved.
Expand Down

2 comments on commit 4e2916a

@rasmushenningsson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75976

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 4e2916a96969d0548e1d4bd7fd0664a970561371
git push origin v0.1.0

Please sign in to comment.