BigWigAdapter
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/wiggle/src/BigWigAdapter/configSchema.ts
BigWigAdapter - Slots
slot: bigWigLocation
bigWigLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.bw',
locationType: 'UriLocation',
},
}
slot: source
source: {
type: 'string',
defaultValue: '',
description: 'Used for multiwiggle',
}
slot: resolutionMultiplier
resolutionMultiplier: {
type: 'number',
defaultValue: 1,
description: 'Initial resolution multiplier',
}