BedGraphAdapter
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Also note: this document represents the config API for the current released version of jbrowse. If you are not using the current version, please cross reference the markdown files in our repo of the checked out git tag
Links
Docs
BedGraphAdapter - Slots
slot: bedGraphLocation
bedGraphLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.bedgraph',
locationType: 'UriLocation',
},
}
slot: columnNames
columnNames: {
type: 'stringArray',
description: 'List of column names',
defaultValue: [],
}