Skip to main content

PAFAdapter

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

PAFAdapter - Slots

slot: assemblyNames

assemblyNames: {
type: 'stringArray',
defaultValue: [],
description:
'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
}

slot: targetAssembly

targetAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames: the target assembly name',
}

slot: queryAssembly

queryAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames: the query assembly name',
}

slot: pafLocation

pafLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/file.paf',
locationType: 'UriLocation',
},
}