Skip to main content

MCScanAnchorsAdapter

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

MCScanAnchorsAdapter - Slots

slot: mcscanAnchorsLocation

mcscanAnchorsLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/mcscan.anchors',
locationType: 'UriLocation',
},
}

slot: bed1Location

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

slot: bed2Location

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

slot: assemblyNames

assemblyNames: {
type: 'stringArray',
defaultValue: [],
}