-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig-roadmap-e116-gm12878.json
42 lines (42 loc) · 1.23 KB
/
config-roadmap-e116-gm12878.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
{
"encoders": [
{
"content_type": "dnase-seq-3kb",
"from_file": "examples/autoencoders.json"
},
{
"content_type": "histone-mark-chip-seq-3kb",
"from_file": "examples/autoencoders.json"
}
],
"datasets": [
{
"filepath": "examples/data/E116-DNase.fc.signal.bigWig",
"content_type": "dnase-seq-3kb",
"id": "roadmap-epigenomics-gm12878-e116-dnase-fc",
"name": "GM12878 DNase fc"
},
{
"filepath": "examples/data/E116-H3K27ac.fc.signal.bigWig",
"content_type": "histone-mark-chip-seq-3kb",
"id": "roadmap-epigenomics-gm12878-e116-h3k27ac-fc",
"name": "GM12878 H3K27ac fc"
},
{
"filepath": "examples/data/E116-H3K4me1.fc.signal.bigWig",
"content_type": "histone-mark-chip-seq-3kb",
"id": "roadmap-epigenomics-gm12878-e116-h3k4me1-fc",
"name": "GM12878 H3K4me1 fc"
},
{
"filepath": "examples/data/E116-H3K4me3.fc.signal.bigWig",
"content_type": "histone-mark-chip-seq-3kb",
"id": "roadmap-epigenomics-gm12878-e116-h3k4me3-fc",
"name": "GM12878 H3K4me3 fc"
}
],
"coords": "hg19",
"chroms": ["chr20", "chr21"],
"step_freq": 2,
"db_path": "examples/search-roadmap-e116-gm12878.db"
}