forked from GMOD/docker-apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
annot.json
109 lines (109 loc) · 3.76 KB
/
annot.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"plugins" : [
{
"location" : "./plugins/WebApollo",
"name" : "WebApollo"
},
{
"location" : "./plugins/GCContent",
"name" : "GCContent"
},
//{
// "location" : "./plugins/CACAO",
// "name" : "CACAO"
//}
],
"share_link" : 0,
"tracks" : [
{
"autocomplete" : "none",
"style" : {
"className" : "annot",
"renderClassName" : "annot-render",
"subfeatureClasses" : {
"non_canonical_three_prime_splice_site" : "noncanonical-splice-site",
"wholeCDS" : null,
"exon" : "container-100pct",
"CDS" : "annot-CDS",
"non_canonical_five_prime_splice_site" : "noncanonical-splice-site",
"UTR" : "annot-UTR"
},
"arrowheadClass" : "annot-arrowhead",
"alternateClasses" : {
"terminator" : {
"renderClassName" : "black-80pct annot-apollo",
"className" : "black-80pct"
},
"transposable_element" : {
"renderClassName" : "blue-ibeam-render annot-apollo",
"className" : "blue-ibeam"
},
"pseudogene" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "light-purple-80pct"
},
"snRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
},
"rRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
},
"snoRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
},
"repeat_region" : {
"className" : "magenta-80pct"
},
"ncRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
},
"miRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
},
"tRNA" : {
"renderClassName" : "gray-center-30pct annot-apollo",
"className" : "brightgreen-80pct"
}
},
"uniqueIdField" : "id",
"centerSubFeature" : {
"non_canonical_three_prime_splice_site" : false,
"non_canonical_five_prime_splice_site" : false
}
},
"key" : "User-created Annotations",
"storeClass" : "WebApollo/Store/SeqFeature/ScratchPad",
"maxHeight" : 600,
"phase" : 0,
"compress" : 0,
"label" : "Annotations",
"type" : "WebApollo/View/Track/AnnotTrack",
"subfeatures" : 1
},
{
"storeClass" : "JBrowse/Store/SeqFeature/SequenceChunks",
"type": "GCContent/View/Track/GCContentXY",
"label": "GC Skew",
"urlTemplate" : "../../../data/seq/{refseq_dirpath}/{refseq}-",
"gcMode": "skew",
"min_score": -1,
"bicolor_pivot": 0
},
//{
// "storeClass": "CACAO/Store/SeqFeature/REST",
// "type": "CACAO/View/Track/CanvasFeatures",
// "label": "CACAO",
// "key": "CPT GO Annotations",
// "baseUrl": "https://cpt.tamu.edu/cacao-backend/jbrowse/",
//}
],
"favicon" : "./plugins/WebApollo/img/webapollo_favicon.ico",
"alwaysOnTracks" : "DNA,Annotations",
"classicMenu" : 1,
"formatVersion" : 1
}