From 1e90fd21df003813e59637aa0cd2b185f524207d Mon Sep 17 00:00:00 2001 From: Martin Jinye Zhang Date: Sun, 5 Jun 2022 22:53:57 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a33cd65..071aa5d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ Read the [documentation](https://martinjzhang.github.io/scDRS/): [installation]( Check out [instructions](https://github.com/martinjzhang/scDRS/issues/2) for making customized gene sets using MAGMA. ### Software version + +- v1.0.1: identical to `v1.0.0` except documentation, minted for publication. - [v1.0.0](https://github.com/martinjzhang/scDRS/releases/tag/v1.0.0): stable version used in revision 1. Results are identical to `v0.1` for binary gene sets. Changes with respect to `v0.1`: - scDRS command-line interface (CLI) instead of `.py` scripts for calling scDRS in bash, including `scdrs munge-gs`, `scdrs compute-score`, and `scdrs perform-downstream`. - More efficient in memory use due to the use of sparse matrix throughout the computation.