Skip to main content

UnindexedFastaAdapter

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

Source file

plugins/sequence/src/UnindexedFastaAdapter/configSchema.ts

UnindexedFastaAdapter - Slots

slot: fastaLocation

fastaLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/seq.fa',
locationType: 'UriLocation',
},
}

slot: metadataLocation

metadataLocation: {
description: 'Optional metadata file',
type: 'fileLocation',
defaultValue: {
uri: '/path/to/fa.metadata.yaml',
locationType: 'UriLocation',
},
}