Skip to content

Commit 2c8d8ce

Browse files
committed
chore: bump app version, update README
1 parent 0eb1c83 commit 2c8d8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Our client-side approach has a number of advantages:
2424

2525
## For users
2626

27-
If you have a Matrix Market (`.mtx`) file or HDF5 (tenx V3 or `AnnData` representation stored as h5ad), or `SummarizedExperiment` (or derivatives like `SingleCellExperiment`) stored as an RDS file, you're ready to go.
27+
If you have a Matrix Market (`.mtx`) file or HDF5 (tenx V3 or `AnnData` representation stored as h5ad), or `SummarizedExperiment` (or derivatives like `SingleCellExperiment`) stored as an RDS file, or an [ExperimentHub](https://bioconductor.org/packages/release/bioc/html/ExperimentHub.html) id, you're ready to go.
2828

2929
1. Launch the application by clicking [**here**](https://www.jkanche.com/kana/).
3030
2. Select the Matrix Market file (this may be Gzip-compressed).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kana",
33
"description": "Single cell data analysis in the browser",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"private": true,
66
"author": {
77
"name": "Jayaram Kancherla",

0 commit comments

Comments
 (0)