forked from Arabidopsis-Information-Portal/jbrowse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jbrowse_conf.json
24 lines (24 loc) · 1.08 KB
/
jbrowse_conf.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
// top-level JBrowse configuration file. Treated the same as
// jbrowse.conf, but this one is in JSON format.
//
// Unless generating configuration from scripts, most users will
// prefer to add variables to jbrowse.conf instead of this file, since
// jbrowse.conf is much easier to hand-edit.
{
"suppressUsageStatistics" : true,
"datasets" : {
"medicago" : {
"url" : "?data=medicago",
"name" : "Medicago truncatula v4.0"
}
},
"defaultLocation" : "chr1:39416540..39420427",
"defaultTracks" : "DNA,Root%20(4%20week)%20RNA-seq%20Coverage,gene_models,gmap_TCs,Affymetrix_ProbeSets",
"forceTracks" : "DNA,Root%20(4%20week)%20RNA-seq%20Coverage,gene_models,gmap_TCs,Affymetrix_ProbeSets",
"projectHome" : {
"logo" : "<img src='/medicago/include/images/mtr_leaf.png' alt='Medicago truncatula' height='20px' />",
"href" : "http://www.medicagogenome.org",
"title" : "Medicago truncatula Genome Database (MTGD)"
},
"classicMenu" : true
}