Path: blob/main/assets/jbrowse/jbrowse.conf
1677 views
#### JBrowse main configuration file12## uncomment the section below to customize this browser's title and description3# [aboutThisBrowser]4# title = <i>Oryza sativa</i>5# description = Browser for O. sativa transcripts and RNA-seq data,6# produced by the Smith laboratory at Example State University.78## uncomment and edit the example below to configure a faceted track selector9# [trackSelector]10# type = Faceted11# displayColumns =12# + label13# + key14# + organism15# + technique16## optionally sort the faceted track selector by column (use the names from displayColumns)17# initialSortColumn=label18## optionally give different names to some of the data facets using renameFacets19# [trackSelector.renameFacets]20# submission = Submission ID21# developmental-stage = Conditions22# cell-line = Cell Line23# key = Dataset24# label = Track2526## uncomment this section to get hierarchical trackselector options27# [trackSelector]28## optionally turn off sorting for the hierarchical track selector29# sortHierarchical = false30## set collapsed categories for the hierarchical track selector31# collapsedCategories = Reference sequence,Quantitative / XY Plot32## set category ordering in the hierarchical track selector33# categoryOrder = BAM, Transcripts, Quantitative/Density, VCF3435## configure where to get metadata about tracks. always indexes the36## `metadata` part of each track config, but this can be used to load37## additional metadata from CSV or JSON urls38# [trackMetadata]39# sources = data/trackMetadata.csv404142[GENERAL]434445## add a document.domain to set the same-origin policy46# documentDomain=foobar.com4748## use classic jbrowse menu with file instead of track and genome49#classicMenu = true5051## hide open genome option52#hideGenomeOptions = true5354## enable or disable high resolution rendering for canvas features. set to auto, disabled, or numerical scaling factor. default: 255# highResolutionMode=auto5657## uncomment to change the default sort order of the reference58## sequence dropdown59# refSeqOrder = length descending6061## Uncomment to prevent HTML tracks from displaying gene subfeatures (enabled by default)62# inferHTMLSubfeatures = false6364## to set a default data directory other than 'data', uncomment and65## edit the line below66# dataRoot = data6768## optionally add more include statements to load and merge in more69## configuration files70include = {dataRoot}/trackList.json71include += {dataRoot}/tracks.conf72# include += ../url/of/my/other/config.json73# include += another_config.conf7475## uncomment and edit the example below to enable one or more76## JBrowse plugins77# [ plugins.MyPlugin ]78# location = plugins/MyPlugin79# [ plugins.AnotherPlugin ]80# location = ../plugin/dir/someplace/else8182## edit the datasets list below to add datasets to the jbrowse dataset83## selector8485# [datasets.volvox]86# url = ?data=sample_data/json/volvox87# name = Volvox Example8889# [datasets.modencode]90# url = ?data=sample_data/json/modencode91# name = MODEncode Example9293# [datasets.yeast]94# url = ?data=sample_data/json/yeast95# name = Yeast Example96[ plugins.GCContent ]97location = ../plugin/GCContent/9899100