public class StartupParameters extends Object
Constructor and Description |
---|
StartupParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getAlignPairs()
The file that contains a list of PDB pairs to be aligned
|
String |
getCacheFilePath() |
String |
getFile1() |
String |
getFile2() |
int |
getNrCPU() |
String |
getOutFile() |
String |
getPdb1() |
String |
getPdb2() |
String |
getPdbFilePath() |
String |
getSaveOutputDir() |
String |
getSearchFile()
An input file to be used for the DB search
|
String |
getShowDBresult() |
boolean |
isAutoFetch() |
boolean |
isDomainSplit() |
boolean |
isOutputPDB()
When writing the results to a file, don;t write as XML but write aligned PDB file
|
boolean |
isPrintCE()
Display the output string in CE style
|
boolean |
isPrintFatCat() |
boolean |
isPrintXML() |
boolean |
isShow3d() |
boolean |
isShowMenu() |
void |
setAlignPairs(String alignPairs) |
void |
setAutoFetch(boolean autoFetch) |
void |
setCacheFilePath(String cacheFilePath) |
void |
setDomainSplit(boolean isDomainSplit) |
void |
setFile1(String file1) |
void |
setFile2(String file2) |
void |
setNrCPU(int nrCPU) |
void |
setOutFile(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(String pdb1)
mandatory argument to set the first PDB (and optionally chain ID) to be aligned.
|
void |
setPdb2(String pdb2)
mandatory argument to set the second PDB (and optionally chain ID) to be aligned.
|
void |
setPdbFilePath(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(String saveOutputDir) |
void |
setSearchFile(String searchFile) |
void |
setShow3d(boolean show3d) |
void |
setShowDBresult(String showDBresult) |
void |
setShowMenu(boolean showMenu) |
String |
toString() |
public StartupParameters()
public String getSearchFile()
public void setSearchFile(String searchFile)
public String getAlignPairs()
public void setAlignPairs(String alignPairs)
public String getSaveOutputDir()
public void setSaveOutputDir(String saveOutputDir)
public boolean isShowMenu()
public void setShowMenu(boolean showMenu)
public boolean isPrintCE()
public void setPrintCE(boolean printCE)
printCE
- a flagpublic void setPdb1(String pdb1)
pdb1
- public void setPdb2(String pdb2)
pdb2
- public boolean isPrintXML()
public void setPrintXML(boolean printXML)
public boolean isPrintFatCat()
public void setPrintFatCat(boolean printFatCat)
public String getPdbFilePath()
public void setPdbFilePath(String pdbFilePath)
pdbFilePath
- public String getCacheFilePath()
public void setCacheFilePath(String cacheFilePath)
public boolean isShow3d()
public void setShow3d(boolean show3d)
public String getOutFile()
public void setOutFile(String outFile)
public boolean isAutoFetch()
public void setAutoFetch(boolean autoFetch)
public String getShowDBresult()
public void setShowDBresult(String showDBresult)
public int getNrCPU()
public void setNrCPU(int nrCPU)
public boolean isOutputPDB()
public void setOutputPDB(boolean printPDB)
printPDB
- flag to print aligned PDBpublic boolean isDomainSplit()
public void setDomainSplit(boolean isDomainSplit)
Copyright © 2000–2019 BioJava. All rights reserved.