StarFusionAdapter
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
StarFusionAdapter - Pre-processor / simplified config
Allows minimal config:
{ "type": "StarFusionAdapter", "uri": "star-fusion.tsv" }
StarFusionAdapter - Slots
slot: starFusionLocation
starFusionLocation: {
type: 'fileLocation',
description: 'STAR-Fusion TSV output file (plain text or gzipped)',
defaultValue: {
uri: '/path/to/star-fusion.fusion_predictions.tsv',
locationType: 'UriLocation',
},
}