-
Notifications
You must be signed in to change notification settings - Fork 0
/
agg_search_adapt.json
38 lines (38 loc) · 1.09 KB
/
agg_search_adapt.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
{
"type": "TrixTextSearchAdapter",
"textSearchAdapterId": "hg38-index",
"ixFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/hg38.ix",
"locationType": "UriLocation"
},
"ixxFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/hg38.ixx",
"locationType": "UriLocation"
},
"metaFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/hg38_meta.json",
"locationType": "UriLocation"
},
"assemblyNames": [
"Homo_sapiens"
]
},
{
"type": "TrixTextSearchAdapter",
"textSearchAdapterId": "rn7.2-index",
"ixFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/rn7.2.ix",
"locationType": "UriLocation"
},
"ixxFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/rn7.2.ixx",
"locationType": "UriLocation"
},
"metaFilePath": {
"uri" : "https://rgd.mcw.edu/jbrowse2/trix/rn7.2_meta.json",
"locationType": "UriLocation"
},
"assemblyNames": [
"Rattus_norvegicus"
]
}