Skip to content

Commit

Permalink
simplify faceted track selection example in jbrowse_conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jul 10, 2012
1 parent 1ee96ac commit 436e12f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions jbrowse_conf.json
@@ -1,16 +1,13 @@
// JBrowse JSON-format configuration file
{

// uncomment the lines below to configure a faceted track selector
// // uncomment and edit the example below to configure a faceted track selector
// trackSelector: {
// type: 'Faceted',
// displayColumns: ['key', 'organism', 'technique', 'target', 'factor', 'developmental-stage','principal_investigator','submission' ],
// renameFacets: { 'developmental-stage': 'Conditions', submission: 'Submission ID' }
// },
// trackMetadata: {
// filterFacets: [ 'category', 'organism','target','technique','principal_investigator','factor','developmental-stage','strain','cell-line','tissue','compound','temperature' ],
// sources: [
// { url: 'sample_data/json/modencode/modencodeMetaData.json', 'class': 'JBrowse.Model.modEncodeTrackMetadata' }
// { type: 'csv', url: 'data/trackMetadata.csv' }
// ]
// },

Expand Down

0 comments on commit 436e12f

Please sign in to comment.