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
-
Method Summary
Modifier and TypeMethodDescriptionThe file that contains a list of PDB pairs to be alignedgetFile1()
getFile2()
int
getNrCPU()
getPdb1()
getPdb2()
boolean
boolean
boolean
When writing the results to a file, don;t write as XML but write aligned PDB fileboolean
Display the output string in CE styleboolean
boolean
boolean
isShow3d()
boolean
void
setAlignPairs
(String alignPairs) void
setAutoFetch
(boolean autoFetch) void
setCacheFilePath
(String cacheFilePath) void
setDomainSplit
(boolean isDomainSplit) void
void
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 filevoid
mandatory argument to set the first PDB (and optionally chain ID) to be aligned.void
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 stylevoid
setPrintFatCat
(boolean printFatCat) void
setPrintXML
(boolean printXML) void
setSaveOutputDir
(String saveOutputDir) void
setShow3d
(boolean show3d) void
setShowDBresult
(String showDBresult) void
setShowMenu
(boolean showMenu) toString()
-
Constructor Details
-
StartupParameters
public StartupParameters()
-
-
Method Details
-
getAlignPairs
The file that contains a list of PDB pairs to be aligned- Returns:
-
setAlignPairs
-
getSaveOutputDir
-
setSaveOutputDir
-
isShowMenu
-
setShowMenu
-
isPrintCE
Display the output string in CE style- Returns:
- flag
-
setPrintCE
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
-
-
isPrintXML
-
setPrintXML
-
isPrintFatCat
-
setPrintFatCat
-
getPdbFilePath
-
setPdbFilePath
mandatory argument to set the location of PDB files.- Parameters:
pdbFilePath
-
-
getCacheFilePath
-
setCacheFilePath
-
isShow3d
-
setShow3d
-
getOutFile
-
setOutFile
-
isAutoFetch
-
setAutoFetch
-
getShowDBresult
-
setShowDBresult
-
getNrCPU
-
setNrCPU
-
getFile1
-
setFile1
-
getFile2
-
setFile2
-
isOutputPDB
When writing the results to a file, don;t write as XML but write aligned PDB file- Returns:
- flag
-
setOutputPDB
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
-
setDomainSplit
-
toString
-