-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.common.BlastCLI,org.veupathdb.lib.blast.common.BlastQueryBase,org.veupathdb.lib.blast.serial.BlastCommand
public interface RPSTBlastN implements BlastQueryBase
Translated Reverse Position Specific BLAST 2.11.0+
-
-
Method Summary
Modifier and Type Method Description abstract QueryGenCodegetQueryGenCode()-query_gencode <Integer>abstract UnitsetQueryGenCode(QueryGenCode queryGenCode)-query_gencode <Integer>abstract StrandgetStrand()-strand <String>abstract UnitsetStrand(Strand strand)-strand <String>abstract CompBasedStatsRPSTNgetCompBasedStats()-comp_based_stats <String>abstract UnitsetCompBasedStats(CompBasedStatsRPSTN compBasedStats)-comp_based_stats <String>abstract SegRPSTNgetSeg()-seg <String>abstract UnitsetSeg(SegRPSTN seg)-seg <String>abstract SoftMaskingRPSTNgetSoftMasking()-soft_masking <Boolean>abstract UnitsetSoftMasking(SoftMaskingRPSTN softMasking)-soft_masking <Boolean>abstract QueryCoverageHSPPercentgetQueryCoverageHSPPercent()-qcov_hsp_perc <Real>abstract UnitsetQueryCoverageHSPPercent(QueryCoverageHSPPercent queryCoverageHSPPercent)-qcov_hsp_perc <Real>abstract SumStatsgetSumStats()-sum_stats <Boolean>abstract UnitsetSumStats(SumStats sumStats)-sum_stats <Boolean>abstract ExtensionDropoffPrelimGappedgetExtensionDropoffPrelimGapped()-xdrop_gap <Real>abstract UnitsetExtensionDropoffPrelimGapped(ExtensionDropoffPrelimGapped extensionDropoffPrelimGapped)-xdrop_gap <Real>abstract ExtensionDropoffFinalGappedgetExtensionDropoffFinalGapped()-xdrop_gap_final <Real>abstract UnitsetExtensionDropoffFinalGapped(ExtensionDropoffFinalGapped extensionDropoffFinalGapped)-xdrop_gap_final <Real>abstract UngappedAlignmentsOnlygetUngappedAlignmentsOnly()-ungapped abstract UnitsetUngappedAlignmentsOnly(UngappedAlignmentsOnly ungappedAlignmentsOnly)-ungapped abstract AutoCPUCoresgetAutoCPUCores()-num_threads <Integer>abstract UnitsetAutoCPUCores(AutoCPUCores autoCPUCores)-num_threads <Integer>abstract MultiThreadingModegetMultiThreadingMode()-mt_mode <Integer>abstract UnitsetMultiThreadingMode(MultiThreadingMode multiThreadingMode)-mt_mode <Integer>abstract UseSmithWatermanTracebackgetUseSmithWatermanTraceback()-use_sw_tback abstract UnitsetUseSmithWatermanTraceback(UseSmithWatermanTraceback useSmithWatermanTraceback)-use_sw_tback 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
-
getQueryGenCode
abstract QueryGenCode getQueryGenCode()
-query_gencode
<Integer>
-
setQueryGenCode
abstract Unit setQueryGenCode(QueryGenCode queryGenCode)
-query_gencode
<Integer>
-
getCompBasedStats
abstract CompBasedStatsRPSTN getCompBasedStats()
-comp_based_stats
<String>
-
setCompBasedStats
abstract Unit setCompBasedStats(CompBasedStatsRPSTN compBasedStats)
-comp_based_stats
<String>
-
getSoftMasking
abstract SoftMaskingRPSTN getSoftMasking()
-soft_masking
<Boolean>
-
setSoftMasking
abstract Unit setSoftMasking(SoftMaskingRPSTN softMasking)
-soft_masking
<Boolean>
-
getQueryCoverageHSPPercent
abstract QueryCoverageHSPPercent getQueryCoverageHSPPercent()
-qcov_hsp_perc
<Real>
-
setQueryCoverageHSPPercent
abstract Unit setQueryCoverageHSPPercent(QueryCoverageHSPPercent queryCoverageHSPPercent)
-qcov_hsp_perc
<Real>
-
getSumStats
abstract SumStats getSumStats()
-sum_stats
<Boolean>
-
setSumStats
abstract Unit setSumStats(SumStats sumStats)
-sum_stats
<Boolean>
-
getExtensionDropoffPrelimGapped
abstract ExtensionDropoffPrelimGapped getExtensionDropoffPrelimGapped()
-xdrop_gap
<Real>
-
setExtensionDropoffPrelimGapped
abstract Unit setExtensionDropoffPrelimGapped(ExtensionDropoffPrelimGapped extensionDropoffPrelimGapped)
-xdrop_gap
<Real>
-
getExtensionDropoffFinalGapped
abstract ExtensionDropoffFinalGapped getExtensionDropoffFinalGapped()
-xdrop_gap_final
<Real>
-
setExtensionDropoffFinalGapped
abstract Unit setExtensionDropoffFinalGapped(ExtensionDropoffFinalGapped extensionDropoffFinalGapped)
-xdrop_gap_final
<Real>
-
getUngappedAlignmentsOnly
abstract UngappedAlignmentsOnly getUngappedAlignmentsOnly()
-ungapped
-
setUngappedAlignmentsOnly
abstract Unit setUngappedAlignmentsOnly(UngappedAlignmentsOnly ungappedAlignmentsOnly)
-ungapped
-
getAutoCPUCores
abstract AutoCPUCores getAutoCPUCores()
-num_threads
<Integer>
-
setAutoCPUCores
abstract Unit setAutoCPUCores(AutoCPUCores autoCPUCores)
-num_threads
<Integer>
-
getMultiThreadingMode
abstract MultiThreadingMode getMultiThreadingMode()
-mt_mode
<Integer>
-
setMultiThreadingMode
abstract Unit setMultiThreadingMode(MultiThreadingMode multiThreadingMode)
-mt_mode
<Integer>
-
getUseSmithWatermanTraceback
abstract UseSmithWatermanTraceback getUseSmithWatermanTraceback()
-use_sw_tback
-
setUseSmithWatermanTraceback
abstract Unit setUseSmithWatermanTraceback(UseSmithWatermanTraceback useSmithWatermanTraceback)
-use_sw_tback
-
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
-
-
-
-