BlastTabularAdapter
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/comparative-adapters/src/BlastTabularAdapter/configSchema.ts
BlastTabularAdapter - Slots
slot: assemblyNames
assemblyNames: {
type: 'stringArray',
defaultValue: [],
description:
'Query assembly is the first value in the array, target assembly is the second',
}
slot: targetAssembly
targetAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames array: the target assembly',
}
slot: queryAssembly
queryAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames array: the query assembly',
}
slot: blastTableLocation
blastTableLocation: {
type: 'fileLocation',
defaultValue: {
uri: '/path/to/blastTable.tsv',
locationType: 'UriLocation',
},
}
slot: columns
columns: {
type: 'string',
description:
'Optional space-separated column name list. If custom columns were used in outfmt, enter them here exactly as specified in the command. At least qseqid, sseqid, qstart, qend, sstart, and send are required',
defaultValue:
'qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore',
}