IndexedFastaAdapter
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/sequence/src/IndexedFastaAdapter/configSchema.ts
IndexedFastaAdapter - Slots
slot: fastaLocation
fastaLocation: {
type: 'fileLocation',
defaultValue: { uri: '/path/to/seq.fa', locationType: 'UriLocation' },
}
slot: faiLocation
faiLocation: {
type: 'fileLocation',
defaultValue: { uri: '/path/to/seq.fa.fai', locationType: 'UriLocation' },
}
slot: metadataLocation
metadataLocation: {
description: 'Optional metadata file',
type: 'fileLocation',
defaultValue: {
uri: '/path/to/fa.metadata.yaml',
locationType: 'UriLocation',
},
}