Skip to main content

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

Source code

GitHub page

Docs

TrixTextSearchAdapter - Identifier

slot: explicitIdentifier

TrixTextSearchAdapter - Slots

slot: ixFilePath

ixFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'out.ix', locationType: 'UriLocation' },
description: 'the location of the trix ix file',
}

slot: ixxFilePath

ixxFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'out.ixx', locationType: 'UriLocation' },
description: 'the location of the trix ixx file',
}

slot: metaFilePath

metaFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'meta.json', locationType: 'UriLocation' },
description: 'the location of the metadata json file for the trix index',
}

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',
}