Class StartupParameters
java.lang.Object
org.biojava.nbio.structure.align.ce.StartupParameters
- Direct Known Subclasses:
 CeUserArgumentProcessor.CeStartupParams,FatCatUserArgumentProcessor.FatCatStartupParams,SmithWatermanUserArgumentProcessor.SmithWatermanStartupParams
a simple bean that contains the parameters that can get set at startup
- Author:
 - Andreas Prlic
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe file that contains a list of PDB pairs to be alignedgetFile1()getFile2()intgetNrCPU()getPdb1()getPdb2()An input file to be used for the DB searchbooleanbooleanbooleanWhen writing the results to a file, don;t write as XML but write aligned PDB filebooleanDeprecated.Always returns true (4.0.0)booleanDisplay the output string in CE stylebooleanbooleanbooleanisShow3d()booleanvoidsetAlignPairs(String alignPairs) voidsetAutoFetch(boolean autoFetch) voidsetCacheFilePath(String cacheFilePath) voidsetDomainSplit(boolean isDomainSplit) voidvoidvoidsetNrCPU(int nrCPU) voidsetOutFile(String outFile) voidsetOutputPDB(boolean printPDB) When writing the results to a file, don;t write as XML but write aligned PDB filevoidmandatory argument to set the first PDB (and optionally chain ID) to be aligned.voidmandatory argument to set the second PDB (and optionally chain ID) to be aligned.voidsetPdbDirSplit(boolean pdbDirSplit) Deprecated.Ignored (4.0.0)voidsetPdbFilePath(String pdbFilePath) mandatory argument to set the location of PDB files.voidsetPrintCE(boolean printCE) Display the output string in CE stylevoidsetPrintFatCat(boolean printFatCat) voidsetPrintXML(boolean printXML) voidsetSaveOutputDir(String saveOutputDir) voidsetSearchFile(String searchFile) voidsetShow3d(boolean show3d) voidsetShowDBresult(String showDBresult) voidsetShowMenu(boolean showMenu) toString() 
- 
Constructor Details
- 
StartupParameters
public StartupParameters() 
 - 
 - 
Method Details
- 
getSearchFile
An input file to be used for the DB search- Returns:
 
 - 
setSearchFile
 - 
getAlignPairs
The file that contains a list of PDB pairs to be aligned- Returns:
 
 - 
setAlignPairs
 - 
getSaveOutputDir
 - 
setSaveOutputDir
 - 
isShowMenu
public boolean isShowMenu() - 
setShowMenu
public void setShowMenu(boolean showMenu)  - 
isPrintCE
public boolean isPrintCE()Display the output string in CE style- Returns:
 - flag
 
 - 
setPrintCE
public void setPrintCE(boolean printCE) Display the output string in CE style- Parameters:
 printCE- a flag
 - 
getPdb1
 - 
setPdb1
mandatory argument to set the first PDB (and optionally chain ID) to be aligned.- Parameters:
 pdb1-
 - 
getPdb2
 - 
setPdb2
mandatory argument to set the second PDB (and optionally chain ID) to be aligned.- Parameters:
 pdb2-
 - 
isPdbDirSplit
Deprecated.Always returns true (4.0.0)- Returns:
 - true
 
 - 
setPdbDirSplit
Deprecated.Ignored (4.0.0)- Parameters:
 pdbDirSplit- Ignored
 - 
isPrintXML
public boolean isPrintXML() - 
setPrintXML
public void setPrintXML(boolean printXML)  - 
isPrintFatCat
public boolean isPrintFatCat() - 
setPrintFatCat
public void setPrintFatCat(boolean printFatCat)  - 
getPdbFilePath
 - 
setPdbFilePath
mandatory argument to set the location of PDB files.- Parameters:
 pdbFilePath-
 - 
getCacheFilePath
 - 
setCacheFilePath
 - 
isShow3d
public boolean isShow3d() - 
setShow3d
public void setShow3d(boolean show3d)  - 
getOutFile
 - 
setOutFile
 - 
isAutoFetch
public boolean isAutoFetch() - 
setAutoFetch
public void setAutoFetch(boolean autoFetch)  - 
getShowDBresult
 - 
setShowDBresult
 - 
getNrCPU
public int getNrCPU() - 
setNrCPU
public void setNrCPU(int nrCPU)  - 
getFile1
 - 
setFile1
 - 
getFile2
 - 
setFile2
 - 
isOutputPDB
public boolean isOutputPDB()When writing the results to a file, don;t write as XML but write aligned PDB file- Returns:
 - flag
 
 - 
setOutputPDB
public void setOutputPDB(boolean printPDB) When writing the results to a file, don;t write as XML but write aligned PDB file- Parameters:
 printPDB- flag to print aligned PDB
 - 
isDomainSplit
public boolean isDomainSplit() - 
setDomainSplit
public void setDomainSplit(boolean isDomainSplit)  - 
toString
 
 -