-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.common.BlastCLI,org.veupathdb.lib.blast.serial.BlastCommand
public interface BlastQueryBase implements BlastCLI
Basic fields common to all BLAST+ query tools.
-
-
Method Summary
Modifier and Type Method Description abstract QueryFilegetQueryFile()-query <File_In>abstract UnitsetQueryFile(QueryFile queryFile)-query <File_In>abstract QueryLocationgetQueryLocation()-query_loc <String>abstract UnitsetQueryLocation(QueryLocation queryLocation)-query_loc <String>abstract DBFilegetDbFile()-db <String>abstract UnitsetDbFile(DBFile dbFile)-db <String>abstract ExpectValuegetExpectValue()-evalue <Real>abstract UnitsetExpectValue(ExpectValue expectValue)-evalue <Real>abstract LowercaseMaskinggetLowercaseMasking()-lcase_masking abstract UnitsetLowercaseMasking(LowercaseMasking lowercaseMasking)-lcase_masking abstract EntrezQuerygetEntrezQuery()-entrez_query <String>abstract UnitsetEntrezQuery(EntrezQuery entrezQuery)-entrez_query <String>abstract MaxHSPsgetMaxHSPs()-max_hsps <Integer>abstract UnitsetMaxHSPs(MaxHSPs maxHSPs)-max_hsps <Integer>abstract DBSizegetDbSize()-dbsize <Int8>abstract UnitsetDbSize(DBSize dbSize)-dbsize <Int8>abstract SearchSpacegetSearchSpace()-searchsp <Int8>abstract UnitsetSearchSpace(SearchSpace searchSpace)-searchsp <Int8>abstract ImportSearchStrategygetImportSearchStrategy()-import_search_strategy <File_In>abstract UnitsetImportSearchStrategy(ImportSearchStrategy importSearchStrategy)-import_search_strategy <File_In>abstract ExportSearchStrategygetExportSearchStrategy()-export_search_strategy <File_Out>abstract UnitsetExportSearchStrategy(ExportSearchStrategy exportSearchStrategy)-export_search_strategy <File_Out>abstract ExtensionDropoffUngappedgetExtensionDropoffUngapped()-xdrop_ungap <Real>abstract UnitsetExtensionDropoffUngapped(ExtensionDropoffUngapped extensionDropoffUngapped)-xdrop_ungap <Real>abstract WindowSizegetWindowSize()-window_size <Integer>abstract UnitsetWindowSize(WindowSize windowSize)-window_size <Integer>abstract RemotegetRemote()-remote abstract UnitsetRemote(Remote remote)-remote abstract BlastToolgetTool()abstract HelpShortgetShortHelp()-h abstract UnitsetShortHelp(HelpShort shortHelp)-h abstract HelpLonggetLongHelp()-help abstract UnitsetLongHelp(HelpLong longHelp)-help abstract VersiongetVersion()-version abstract UnitsetVersion(Version version)-version abstract OutFilegetOutFile()-out <File_Out>abstract UnitsetOutFile(OutFile outFile)-out <File_Out>abstract OutFormatgetOutFormat()-outfmt <String>abstract UnitsetOutFormat(OutFormat outFormat)-outfmt <String>abstract ShowGIsgetShowGIs()-show_gis abstract UnitsetShowGIs(ShowGIs showGIs)-show_gis abstract NumDescriptionsgetNumDescriptions()-num_descriptions <Integer>abstract UnitsetNumDescriptions(NumDescriptions numDescriptions)-num_descriptions <Integer>abstract NumAlignmentsgetNumAlignments()-num_alignments <Integer>abstract UnitsetNumAlignments(NumAlignments numAlignments)-num_alignments <Integer>abstract LineLengthgetLineLength()-line_length <Integer>abstract UnitsetLineLength(LineLength lineLength)-line_length <Integer>abstract HTMLgetHtml()-html abstract UnitsetHtml(HTML html)-html abstract SortHitsgetSortHits()-sorthits <Integer>abstract UnitsetSortHits(SortHits sortHits)-sorthits <Integer>abstract SortHSPsgetSortHSPs()-sorthsps <Integer>abstract UnitsetSortHSPs(SortHSPs sortHSPs)-sorthsps <Integer>abstract MaxTargetSeqsgetMaxTargetSeqs()-max_target_seqs <Integer>abstract UnitsetMaxTargetSeqs(MaxTargetSeqs maxTargetSeqs)-max_target_seqs <Integer>abstract ParseDefLinesgetParseDefLines()-parse_deflines abstract UnitsetParseDefLines(ParseDefLines parseDefLines)-parse_deflines -
-
Method Detail
-
getQueryFile
abstract QueryFile getQueryFile()
-query
<File_In>
-
setQueryFile
abstract Unit setQueryFile(QueryFile queryFile)
-query
<File_In>
-
getQueryLocation
abstract QueryLocation getQueryLocation()
-query_loc
<String>
-
setQueryLocation
abstract Unit setQueryLocation(QueryLocation queryLocation)
-query_loc
<String>
-
getExpectValue
abstract ExpectValue getExpectValue()
-evalue
<Real>
-
setExpectValue
abstract Unit setExpectValue(ExpectValue expectValue)
-evalue
<Real>
-
getLowercaseMasking
abstract LowercaseMasking getLowercaseMasking()
-lcase_masking
-
setLowercaseMasking
abstract Unit setLowercaseMasking(LowercaseMasking lowercaseMasking)
-lcase_masking
-
getEntrezQuery
abstract EntrezQuery getEntrezQuery()
-entrez_query
<String>
-
setEntrezQuery
abstract Unit setEntrezQuery(EntrezQuery entrezQuery)
-entrez_query
<String>
-
getMaxHSPs
abstract MaxHSPs getMaxHSPs()
-max_hsps
<Integer>
-
setMaxHSPs
abstract Unit setMaxHSPs(MaxHSPs maxHSPs)
-max_hsps
<Integer>
-
getSearchSpace
abstract SearchSpace getSearchSpace()
-searchsp
<Int8>
-
setSearchSpace
abstract Unit setSearchSpace(SearchSpace searchSpace)
-searchsp
<Int8>
-
getImportSearchStrategy
abstract ImportSearchStrategy getImportSearchStrategy()
-import_search_strategy
<File_In>
-
setImportSearchStrategy
abstract Unit setImportSearchStrategy(ImportSearchStrategy importSearchStrategy)
-import_search_strategy
<File_In>
-
getExportSearchStrategy
abstract ExportSearchStrategy getExportSearchStrategy()
-export_search_strategy
<File_Out>
-
setExportSearchStrategy
abstract Unit setExportSearchStrategy(ExportSearchStrategy exportSearchStrategy)
-export_search_strategy
<File_Out>
-
getExtensionDropoffUngapped
abstract ExtensionDropoffUngapped getExtensionDropoffUngapped()
-xdrop_ungap
<Real>
-
setExtensionDropoffUngapped
abstract Unit setExtensionDropoffUngapped(ExtensionDropoffUngapped extensionDropoffUngapped)
-xdrop_ungap
<Real>
-
getWindowSize
abstract WindowSize getWindowSize()
-window_size
<Integer>
-
setWindowSize
abstract Unit setWindowSize(WindowSize windowSize)
-window_size
<Integer>
-
getShortHelp
abstract HelpShort getShortHelp()
-h
-
setShortHelp
abstract Unit setShortHelp(HelpShort shortHelp)
-h
-
getLongHelp
abstract HelpLong getLongHelp()
-help
-
setLongHelp
abstract Unit setLongHelp(HelpLong longHelp)
-help
-
getVersion
abstract Version getVersion()
-version
-
setVersion
abstract Unit setVersion(Version version)
-version
-
getOutFile
abstract OutFile getOutFile()
-out
<File_Out>
-
setOutFile
abstract Unit setOutFile(OutFile outFile)
-out
<File_Out>
-
getOutFormat
abstract OutFormat getOutFormat()
-outfmt
<String>
-
setOutFormat
abstract Unit setOutFormat(OutFormat outFormat)
-outfmt
<String>
-
getShowGIs
abstract ShowGIs getShowGIs()
-show_gis
-
setShowGIs
abstract Unit setShowGIs(ShowGIs showGIs)
-show_gis
-
getNumDescriptions
abstract NumDescriptions getNumDescriptions()
-num_descriptions
<Integer>
-
setNumDescriptions
abstract Unit setNumDescriptions(NumDescriptions numDescriptions)
-num_descriptions
<Integer>
-
getNumAlignments
abstract NumAlignments getNumAlignments()
-num_alignments
<Integer>
-
setNumAlignments
abstract Unit setNumAlignments(NumAlignments numAlignments)
-num_alignments
<Integer>
-
getLineLength
abstract LineLength getLineLength()
-line_length
<Integer>
-
setLineLength
abstract Unit setLineLength(LineLength lineLength)
-line_length
<Integer>
-
getSortHits
abstract SortHits getSortHits()
-sorthits
<Integer>
-
setSortHits
abstract Unit setSortHits(SortHits sortHits)
-sorthits
<Integer>
-
getSortHSPs
abstract SortHSPs getSortHSPs()
-sorthsps
<Integer>
-
setSortHSPs
abstract Unit setSortHSPs(SortHSPs sortHSPs)
-sorthsps
<Integer>
-
getMaxTargetSeqs
abstract MaxTargetSeqs getMaxTargetSeqs()
-max_target_seqs
<Integer>
-
setMaxTargetSeqs
abstract Unit setMaxTargetSeqs(MaxTargetSeqs maxTargetSeqs)
-max_target_seqs
<Integer>
-
getParseDefLines
abstract ParseDefLines getParseDefLines()
-parse_deflines
-
setParseDefLines
abstract Unit setParseDefLines(ParseDefLines parseDefLines)
-parse_deflines
-
-
-
-