Skip to main content

CramAdapter

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

used to configure CRAM adapter

CramAdapter - Slots

slot: fetchSizeLimit

fetchSizeLimit: {
type: 'number',
description:
'size in bytes over which to display a warning to the user that too much data will be fetched',
defaultValue: 3_000_000,
}

slot: cramLocation

cramLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.cram',
locationType: 'UriLocation',
},
}

slot: craiLocation

craiLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/my.cram.crai',
locationType: 'UriLocation',
},
}

slot: sequenceAdapter

generally refers to the reference genome assembly's sequence adapter currently needs to be manually added

sequenceAdapter: {
type: 'frozen',
description: 'sequence data adapter',
defaultValue: null,
}