BlastQueryWithIPG

interface BlastQueryWithIPG : BlastQueryWithLists

Functions

Link copied to clipboard
abstract fun toCliArray(): Array<String>

Converts the current BlastCommand to an array of strings making up a CLI call.

Link copied to clipboard
abstract fun toCliString(): String

Renders the current BlastCommand as a CLI call string.

Link copied to clipboard
abstract fun toJson(): ObjectNode

Serializes the current BlastCommand to a JSON ObjectNode.

Link copied to clipboard
abstract fun validate(): ErrorMap

Validates this Blast+ config checking for flags that are incompatible and values that are out of range or invalid.

Properties

Link copied to clipboard
abstract var dbFile: DBFile

-db <String>

Link copied to clipboard
abstract var dbSize: DBSize

-dbsize <Int8>

Link copied to clipboard
abstract var entrezQuery: EntrezQuery

-entrez_query <String>

Link copied to clipboard
abstract var expectValue: ExpectValue

-evalue <Real>

Link copied to clipboard
abstract var exportSearchStrategy: ExportSearchStrategy

-export_search_strategy <File_Out>

Link copied to clipboard
abstract var extensionDropoffUngapped: ExtensionDropoffUngapped

-xdrop_ungap <Real>

Link copied to clipboard
abstract var giListFile: GIList

-gilist <String>

Link copied to clipboard
abstract var html: HTML

-html

Link copied to clipboard
abstract var importSearchStrategy: ImportSearchStrategy

-import_search_strategy <File_In>

Link copied to clipboard
abstract var ipgListFile: IPGList

-ipglist <String>

Link copied to clipboard
abstract var lineLength: LineLength

-line_length <Integer>

Link copied to clipboard
abstract var longHelp: HelpLong

-help

Link copied to clipboard
abstract var lowercaseMasking: LowercaseMasking

-lcase_masking

Link copied to clipboard
abstract var maxHSPs: MaxHSPs

-max_hsps <Integer>

Link copied to clipboard
abstract var maxTargetSeqs: MaxTargetSeqs

-max_target_seqs <Integer>

Link copied to clipboard
abstract var negativeGIListFile: NegativeGIList

-negative_gilist <String>

Link copied to clipboard
abstract var negativeIPGListFile: NegativeIPGList

-negative_ipglist <String>

Link copied to clipboard
abstract var negativeSeqIDListFile: NegativeSeqIDList

-negative_seqidlist <String>

Link copied to clipboard
abstract var negativeTaxIDListFile: NegativeTaxIDList

-negative_taxidlist <String>

Link copied to clipboard
abstract var negativeTaxIDs: NegativeTaxIDs

-negative_taxids <String>

Link copied to clipboard
abstract var numAlignments: NumAlignments

-num_alignments <Integer>

Link copied to clipboard
abstract var numDescriptions: NumDescriptions

-num_descriptions <Integer>

Link copied to clipboard
abstract var outFile: OutFile

-out <File_Out>

Link copied to clipboard
abstract var outFormat: OutFormat

-outfmt <String>

Link copied to clipboard
abstract var parseDefLines: ParseDefLines

-parse_deflines

Link copied to clipboard
abstract var queryFile: QueryFile

-query <File_In>

Link copied to clipboard
abstract var queryLocation: QueryLocation

-query_loc <String>

Link copied to clipboard
abstract var remote: Remote

-remote

Link copied to clipboard
abstract var searchSpace: SearchSpace

-searchsp <Int8>

Link copied to clipboard
abstract var seqIDListFile: SeqIDList

-seqidlist <String>

Link copied to clipboard
abstract var shortHelp: HelpShort

-h

Link copied to clipboard
abstract var showGIs: ShowGIs

-show_gis

Link copied to clipboard
abstract var sortHits: SortHits

-sorthits <Integer>

Link copied to clipboard
abstract var sortHSPs: SortHSPs

-sorthsps <Integer>

Link copied to clipboard
abstract var taxIDListFile: TaxIDList

-taxidlist <String>

Link copied to clipboard
abstract var taxIDs: TaxIDs

-taxids <String>

Link copied to clipboard
abstract val tool: BlastTool
Link copied to clipboard
abstract var version: Version

-version

Link copied to clipboard
abstract var windowSize: WindowSize

-window_size <Integer>

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard