BedGraphTabixAdapter
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
BedGraphTabixAdapter - Slots
slot: bedGraphGzLocation
bedGraphGzLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.bedgraph',
locationType: 'UriLocation',
},
}
slot: index.indexType
indexType: {
model: types.enumeration('IndexType', ['TBI', 'CSI']),
type: 'stringEnum',
defaultValue: 'TBI',
}
slot: index.location
location: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.vcf.gz.tbi',
locationType: 'UriLocation',
},
}
slot: columnNames
columnNames: {
type: 'stringArray',
description: 'List of column names',
defaultValue: [],
}