-
Notifications
You must be signed in to change notification settings - Fork 0
/
dca-template-config.json
56 lines (56 loc) · 1.3 KB
/
dca-template-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"manifest_schemas": [
{
"display_name": "Imaging Level 2",
"schema_name": "ImagingLevel2",
"type": "file"
},
{
"display_name": "Imaging Level 2 Channels",
"schema_name": "ImagingLevel2Channels",
"type": "file"
},
{
"display_name": "ScRNA-seq Level 1",
"schema_name": "ScRNA-seqLevel1",
"type": "file"
},
{
"display_name": "ScRNA-seq Level 2",
"schema_name": "ScRNA-seqLevel2",
"type": "file"
},
{
"display_name": "ScRNA-seq Level 3",
"schema_name": "ScRNA-seqLevel3",
"type": "file"
},
{
"display_name": "ScRNA-seq Level 4",
"schema_name": "ScRNA-seqLevel4",
"type": "file"
},
{
"display_name": "Bulk Methylation-seq Level 1",
"schema_name": "BulkMethylation-seqLevel1",
"type": "file"
},
{
"display_name": "Bulk Methylation-seq Level 2",
"schema_name": "BulkMethylation-seqLevel2",
"type": "file"
},
{
"display_name": "Bulk Methylation-seq Level 3",
"schema_name": "BulkMethylation-seqLevel3",
"type": "file"
},
{
"display_name": "Patient Cohort Data",
"schema_name": "CohortCoreTemplate",
"type": "record"
}
],
"service_version": "v23.1.1",
"schema_version": ""
}