Package edu.duke.cs.osprey.dof.deeper
Class DEEPerSettings
java.lang.Object
edu.duke.cs.osprey.dof.deeper.DEEPerSettings
- All Implemented Interfaces:
Serializable
Holds parameters that control a DEEPer run
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDEEPerSettings
(boolean doPerturbations, String pertFileName, boolean selectPerturbations, String startingPertFile, boolean onlyStarting, double maxShearParam, double maxBackrubParam, boolean selectLCAs, ArrayList<String> flexibleRes, String PDBFile, boolean doRamaCheck, ResidueTemplateLibrary templateLib) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPertStates
(int pos) void
loadPertFile
(ResidueTermini termini)
-
Constructor Details
-
DEEPerSettings
public DEEPerSettings() -
DEEPerSettings
public DEEPerSettings(boolean doPerturbations, String pertFileName, boolean selectPerturbations, String startingPertFile, boolean onlyStarting, double maxShearParam, double maxBackrubParam, boolean selectLCAs, ArrayList<String> flexibleRes, String PDBFile, boolean doRamaCheck, ResidueTemplateLibrary templateLib)
-
-
Method Details
-
doPerturbations
public boolean doPerturbations() -
loadPertFile
-
makePerturbations
-
getPertIntervals
-
getPertStates
-
makeDiscreteVersion
-