public class StartupParameters
extends java.lang.Object
Constructor and Description |
---|
StartupParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlignPairs()
The file that contains a list of PDB pairs to be aligned
|
java.lang.String |
getCacheFilePath() |
java.lang.String |
getFile1() |
java.lang.String |
getFile2() |
int |
getMaxGapSize()
CE specific parameter: set the Max gap size parameter G (during AFP extension).
|
java.lang.Double |
getMaxOptRMSD()
(jCE specific): maximum RMSD that shall be calculated for the alignment.
|
int |
getNrCPU() |
java.lang.String |
getOutFile() |
java.lang.String |
getPdb1() |
java.lang.String |
getPdb2() |
java.lang.String |
getPdbFilePath() |
java.lang.String |
getSaveOutputDir() |
java.lang.String |
getSearchFile()
An input file to be used for the DB search
|
java.lang.String |
getShowDBresult() |
boolean |
isAutoFetch() |
boolean |
isDomainSplit() |
boolean |
isFlexible() |
boolean |
isOutputPDB()
When writing the results to a file, don;t write as XML but write aligned PDB file
|
boolean |
isPdbDirSplit() |
boolean |
isPrintCE()
Display the output string in CE style
|
boolean |
isPrintFatCat() |
boolean |
isPrintXML() |
boolean |
isShow3d() |
boolean |
isShowAFPRanges() |
boolean |
isShowMenu() |
void |
setAlignPairs(java.lang.String alignPairs) |
void |
setAutoFetch(boolean autoFetch) |
void |
setCacheFilePath(java.lang.String cacheFilePath) |
void |
setDomainSplit(boolean isDomainSplit) |
void |
setFile1(java.lang.String file1) |
void |
setFile2(java.lang.String file2) |
void |
setFlexible(boolean flexible) |
void |
setMaxGapSize(int maxGapSize)
CE specific parameter: set the Max gap size parameter G (during AFP extension).
|
void |
setMaxOptRMSD(java.lang.Double maxOptRMSD)
(jCE specific): maximum RMSD that shall be calculated for the alignment.
|
void |
setNrCPU(int nrCPU) |
void |
setOutFile(java.lang.String outFile) |
void |
setOutputPDB(boolean printPDB)
When writing the results to a file, don;t write as XML but write aligned PDB file
|
void |
setPdb1(java.lang.String pdb1)
mandatory argument to set the first PDB (and optionally chain ID) to be aligned.
|
void |
setPdb2(java.lang.String pdb2)
mandatory argument to set the second PDB (and optionally chain ID) to be aligned.
|
void |
setPdbDirSplit(boolean pdbDirSplit) |
void |
setPdbFilePath(java.lang.String pdbFilePath)
mandatory argument to set the location of PDB files.
|
void |
setPrintCE(boolean printCE)
Display the output string in CE style
|
void |
setPrintFatCat(boolean printFatCat) |
void |
setPrintXML(boolean printXML) |
void |
setSaveOutputDir(java.lang.String saveOutputDir) |
void |
setSearchFile(java.lang.String searchFile) |
void |
setShow3d(boolean show3d) |
void |
setShowAFPRanges(boolean showAFP) |
void |
setShowDBresult(java.lang.String showDBresult) |
void |
setShowMenu(boolean showMenu) |
java.lang.String |
toString() |
public java.lang.String getSearchFile()
public void setSearchFile(java.lang.String searchFile)
public java.lang.String getAlignPairs()
public void setAlignPairs(java.lang.String alignPairs)
public java.lang.String getSaveOutputDir()
public void setSaveOutputDir(java.lang.String saveOutputDir)
public boolean isShowMenu()
public void setShowMenu(boolean showMenu)
public boolean isPrintCE()
public void setPrintCE(boolean printCE)
printCE
- a flagpublic boolean isFlexible()
public void setFlexible(boolean flexible)
public java.lang.String getPdb1()
public void setPdb1(java.lang.String pdb1)
pdb1
- public java.lang.String getPdb2()
public void setPdb2(java.lang.String pdb2)
pdb2
- public boolean isPdbDirSplit()
public void setPdbDirSplit(boolean pdbDirSplit)
public boolean isPrintXML()
public void setPrintXML(boolean printXML)
public boolean isPrintFatCat()
public void setPrintFatCat(boolean printFatCat)
public java.lang.String getPdbFilePath()
public void setPdbFilePath(java.lang.String pdbFilePath)
pdbFilePath
- public java.lang.String getCacheFilePath()
public void setCacheFilePath(java.lang.String cacheFilePath)
public boolean isShow3d()
public void setShow3d(boolean show3d)
public java.lang.String getOutFile()
public void setOutFile(java.lang.String outFile)
public boolean isAutoFetch()
public void setAutoFetch(boolean autoFetch)
public java.lang.String getShowDBresult()
public void setShowDBresult(java.lang.String showDBresult)
public int getNrCPU()
public void setNrCPU(int nrCPU)
public int getMaxGapSize()
public void setMaxGapSize(int maxGapSize)
maxGapSize
- public java.lang.String getFile1()
public void setFile1(java.lang.String file1)
public java.lang.String getFile2()
public void setFile2(java.lang.String file2)
public boolean isShowAFPRanges()
public void setShowAFPRanges(boolean showAFP)
public boolean isOutputPDB()
public void setOutputPDB(boolean printPDB)
printPDB
- flag to print aligned PDBpublic java.lang.Double getMaxOptRMSD()
public void setMaxOptRMSD(java.lang.Double maxOptRMSD)
maxOptRMSD
- max RMSD to calculatepublic boolean isDomainSplit()
public void setDomainSplit(boolean isDomainSplit)
public java.lang.String toString()
toString
in class java.lang.Object