forked from plantinformatics/pretzel-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyMarkers2.json
43 lines (43 loc) · 967 Bytes
/
myMarkers2.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
{
"name": "myMarkers2",
"parent": "myGenome",
"namespace": "mySpace",
"tags": [
"markers"
],
"blocks": [
{
"scope": "1A",
"featureType": "linear",
"features": [
{
"name": "myOtherMarkerA",
"range": [
10,
10
]
},
{
"name": "myOtherMarkerB",
"range": [
50,
50
]
}
]
},
{
"scope": "1B",
"featureType": "linear",
"features": [
{
"name": "myOtherMarkerC",
"range": [
403,
403
]
}
]
}
]
}