TrixTextSearchAdapter
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
TrixTextSearchAdapter - Pre-processor / simplified config
preprocessor to allow minimal config, assumes file.ixx also exists:
{
"type": "TrixTextSearchAdapter",
"uri": "file.ix",
"assemblyNames": ["hg19"],
"textSearchAdapterId": "hg19SearchIndex"
}
TrixTextSearchAdapter - Identifier
slot: explicitIdentifier
TrixTextSearchAdapter - Slots
slot: ixFilePath
ixFilePath: {
type: 'fileLocation',
defaultValue: {
uri: 'out.ix',
locationType: 'UriLocation',
},
}
slot: ixxFilePath
ixxFilePath: {
type: 'fileLocation',
defaultValue: {
uri: 'out.ixx',
locationType: 'UriLocation',
},
}
slot: metaFilePath
metaFilePath: {
type: 'fileLocation',
defaultValue: {
uri: 'meta.json',
locationType: 'UriLocation',
},
}
slot: tracks
tracks: {
type: 'stringArray',
defaultValue: [],
description: 'List of tracks covered by text search adapter',
}
slot: assemblyNames
assemblyNames: {
type: 'stringArray',
defaultValue: [],
description: 'List of assemblies covered by text search adapter',
}