Class CeUserArgumentProcessor.CeStartupParams
java.lang.Object
org.biojava.nbio.structure.align.ce.StartupParameters
org.biojava.nbio.structure.align.ce.CeUserArgumentProcessor.CeStartupParams
- Direct Known Subclasses:
CeCPUserArgumentProcessor.CeCPStartupParams
- Enclosing class:
CeUserArgumentProcessor
-
Field Summary
Modifier and TypeFieldDescriptionprotected double
protected double
protected int
protected double
protected CeParameters.ScoringStrategy
protected boolean
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
int
CE specific parameter: set the Max gap size parameter G (during AFP extension).(jCE specific): maximum RMSD that shall be calculated for the alignment.int
boolean
void
setGapExtension
(double gapExtension) void
setGapOpen
(double gapOpen) void
setMaxGapSize
(int maxGapSize) CE specific parameter: set the Max gap size parameter G (during AFP extension).void
setMaxOptRMSD
(Double maxOptRMSD) (jCE specific): maximum RMSD that shall be calculated for the alignment.void
setScoringStrategy
(CeParameters.ScoringStrategy scoringStrategy) void
setShowAFPRanges
(boolean showAFP) void
setWinSize
(int winSize) toString()
Methods inherited from class org.biojava.nbio.structure.align.ce.StartupParameters
getAlignPairs, getCacheFilePath, getFile1, getFile2, getNrCPU, getOutFile, getPdb1, getPdb2, getPdbFilePath, getSaveOutputDir, getShowDBresult, isAutoFetch, isDomainSplit, isOutputPDB, isPrintCE, isPrintFatCat, isPrintXML, isShow3d, isShowMenu, setAlignPairs, setAutoFetch, setCacheFilePath, setDomainSplit, setFile1, setFile2, setNrCPU, setOutFile, setOutputPDB, setPdb1, setPdb2, setPdbFilePath, setPrintCE, setPrintFatCat, setPrintXML, setSaveOutputDir, setShow3d, setShowDBresult, setShowMenu
-
Field Details
-
maxGapSize
-
winSize
-
scoringStrategy
-
maxOptRMSD
-
gapOpen
-
gapExtension
-
showAFPRanges
-
-
Constructor Details
-
CeStartupParams
public CeStartupParams()
-
-
Method Details
-
getWinSize
-
setWinSize
-
getScoringStrategy
-
setScoringStrategy
-
getGapOpen
-
setGapOpen
-
getGapExtension
-
setGapExtension
-
getMaxGapSize
CE specific parameter: set the Max gap size parameter G (during AFP extension). Default: 30- Returns:
- the maximum gap size G parameter.
-
setMaxGapSize
CE specific parameter: set the Max gap size parameter G (during AFP extension). Default: 30- Parameters:
maxGapSize
-
-
isShowAFPRanges
-
setShowAFPRanges
-
getMaxOptRMSD
(jCE specific): maximum RMSD that shall be calculated for the alignment.- Returns:
- maxOptRMSD parameter
-
setMaxOptRMSD
(jCE specific): maximum RMSD that shall be calculated for the alignment.- Parameters:
maxOptRMSD
- max RMSD to calculate
-
toString
- Overrides:
toString
in classStartupParameters
-