mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 05:07:55 +08:00
* fix improper branch link * set app to use dataset link * temp repo change * revert to master * add options var * tweak option order * remove options config arg
22 lines
559 B
JSON
22 lines
559 B
JSON
{
|
|
"name": "cellxgene",
|
|
"description": "An interactive explorer for single-cell transcriptomics data",
|
|
"repository": "https://github.com/chanzuckerberg/cellxgene",
|
|
"logo": "https://cellxgene-example-data.czi.technology/favicon.png",
|
|
"keywords": [
|
|
"scientific",
|
|
"visualization",
|
|
"scrna-seq",
|
|
"transcriptomics",
|
|
"dataviz"
|
|
],
|
|
"stack": "container",
|
|
"env": {
|
|
"DATASET": {
|
|
"description": "Link to dataset",
|
|
"value": "https://cellxgene-example-data.czi.technology/pbmc3k.h5ad",
|
|
"required": "true"
|
|
}
|
|
}
|
|
}
|