-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsvA.json
30 lines (30 loc) · 896 Bytes
/
csvA.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
{
"csvA" : {
"VAR" : {
"chr6" : {
"1" : {
"rNameLeft" : "chr6",
"rNameRight" : "chr6",
"xLeft" : 157000,
"xRight" : 159001,
"directionLeft" : "left",
"directionRight" : "right"
},
"2" : {
"rNameLeft" : "chr6",
"rNameRight" : "chr6",
"xLeft" : 160000,
"xRight" : 158000,
"directionLeft" : "left",
"directionRight" : "left"
},
"3" : {
"rNameLeft" : "chr6",
"rNameRight" : "chr6",
"xLeft" : 155000,
"directionLeft" : "right"
}
}
}
}
}