From ee0b066eb6ee7741d90e5ffd567be933969c419a Mon Sep 17 00:00:00 2001 From: Bruce Martin Date: Thu, 11 Oct 2018 13:02:28 -0700 Subject: [PATCH] remove obsolete schema from example data (#315) --- example-dataset/data_schema.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 example-dataset/data_schema.json diff --git a/example-dataset/data_schema.json b/example-dataset/data_schema.json deleted file mode 100644 index 34c9726f..00000000 --- a/example-dataset/data_schema.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "CellName": { - "type": "string", - "variabletype": "categorical", - "displayname": "Name", - "include": true - }, - "n_genes": { - "type": "int", - "variabletype": "continuous", - "displayname": "Num Genes", - "include": true - }, - "percent_mito": { - "type": "float", - "variabletype": "continuous", - "displayname": "Mitochondrial Percentage", - "include": true - }, - "n_counts": { - "type": "float", - "variabletype": "continuous", - "displayname": "Num Counts", - "include": true - }, - "louvain": { - "type": "string", - "variabletype": "categorical", - "displayname": "Louvain Cluster", - "include": true - } -} \ No newline at end of file