File tree 5 files changed +2600
-2651
lines changed
5 files changed +2600
-2651
lines changed Original file line number Diff line number Diff line change @@ -329,9 +329,9 @@ tr .mi-rna .mi-arm {
329
329
background-color : # 6c5c91 ;
330
330
color : white;
331
331
font-weight : normal;
332
- border : # 42375d solid 1 px ;
333
- border-left-width : 3 px ;
334
- border-right-width : 3 px ;
332
+ border : # 42375d solid 2 px ;
333
+ border-left-width : 5 px ;
334
+ border-right-width : 5 px ;
335
335
}
336
336
.mi-arm : hover {
337
337
background-color : # 382e50 ;
@@ -354,7 +354,10 @@ tr .mi-rna .mi-arm {
354
354
height : 100% ;
355
355
}
356
356
.mi-arm .mi-arm-drosha {
357
- border-color : # e8d847 !important ;
357
+ border-color : # efc74f !important ;
358
+ }
359
+ .mi-arm .mi-arm-mirtron {
360
+ border-color : # 4196d8 !important ;
358
361
}
359
362
360
363
Original file line number Diff line number Diff line change @@ -263,8 +263,10 @@ $(document).ready(function() {
263
263
let mirnaInfo = dataStore . stemMap [ FilterMiRNAString ( id ) ] ;
264
264
let is_dom = mirnaInfo . is_predominant == "1" ;
265
265
let is_drosha_processed = mirnaInfo . is_drosha_processed == "1" ;
266
+ let is_mirtron = mirnaInfo . is_mirtron == "1" ;
266
267
let arm_class = is_dom ? "mi-arm-dom" : "mi-arm-less" ;
267
268
arm_class += is_drosha_processed ? " mi-arm-drosha" : "" ;
269
+ arm_class += is_mirtron ? " mi-arm-mirtron" : "" ;
268
270
let url = `http://www.mirbase.org/cgi-bin/mature.pl?mature_acc=${ mirnaInfo . accession } ` ;
269
271
str += `<a href="${ url } "><div class="badge badge-light mi-arm ${ arm_class } ">${ id } </div></a>` ;
270
272
}
You can’t perform that action at this time.
0 commit comments