Skip to main content

NCListAdapter

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/legacy-jbrowse/src/NCListAdapter/configSchema.ts

NCListAdapter - Slots

slot: rootUrlTemplate

rootUrlTemplate: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my/{refseq}/trackData.json',
locationType: 'UriLocation',
},
}

slot: refNames

refNames: {
type: 'stringArray',
defaultValue: [],
description: 'List of refNames used by the NCList used for aliasing',
}