forked from GMOD/jbrowse
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjbrowse_conf.json
32 lines (26 loc) · 1.06 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
25
26
27
28
29
30
31
32
// JBrowse JSON-format configuration file
{
// aboutThisBrowser: {
// title: '<i>Oryza sativa</i>',
// description: 'Browser for O. sativa transcripts and RNA-seq data, produced by the Smith laboratory at Example State University.'
// },
// // uncomment and edit the example below to configure a faceted track selector
// trackSelector: {
// type: 'Faceted',
// },
// trackMetadata: {
// sources: [
// { type: 'csv', url: 'data/trackMetadata.csv' }
// ]
// },
// uncomment and edit the example below to enable one or more
// JBrowse plugins
// plugins: [ 'MyPlugin', 'MyOtherPlugin' ],
// uncomment to change the default sort order of the reference sequence dropdown
// refSeqOrder: 'length descending',
datasets: {
volvox: { url: '?data=sample_data/json/volvox', name: 'Volvox Example' },
modencode: { url: '?data=sample_data/json/modencode', name: 'MODEncode Example' },
yeast: { url: '?data=sample_data/json/yeast', name: 'Yeast Example' }
}
}