diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index 899d4fd..7f0583b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: ci +name: build on: push: diff --git a/README.md b/README.md index fca1ab2..65d9370 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # scanvi-explainer +[![build](https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml/badge.svg)](https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml) + Interpretability extension for [scANVI] using [SHAP] package. Please see our [example](Example.ipynb) notebook on how to run scANVI Explainer.