mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 03:28:12 +08:00
tm data
This commit is contained in:
@@ -21,8 +21,11 @@ import {
|
||||
scaleRGB,
|
||||
} from "./util";
|
||||
|
||||
/* https://bl.ocks.org/mbostock/9078690 - quadtree for onClick / hover selections */
|
||||
|
||||
|
||||
// set constants
|
||||
const count = 1993
|
||||
const count = 39746
|
||||
|
||||
|
||||
@connect((state) => {
|
||||
|
||||
+2
-2
@@ -38,11 +38,11 @@ export const bolder = 700;
|
||||
|
||||
export let API = {
|
||||
// prefix: "http://api.clustering.czi.technology/api/",
|
||||
// prefix: "http://tabulamuris.cxg.czi.technology/api/",
|
||||
prefix: "http://tabulamuris.cxg.czi.technology/api/",
|
||||
// prefix: "http://pbmc3k.cxg.czi.technology/api/",
|
||||
// prefix: "http://pbmc33k.cxg.czi.technology/api/",
|
||||
|
||||
prefix: "http://api-staging.clustering.czi.technology/api/",
|
||||
// prefix: "http://api-staging.clustering.czi.technology/api/",
|
||||
version: "v0.1/",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user