Package ffx.algorithms.commands.test
Class CreateRotamers
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.test.CreateRotamers
The CreateRotamers script creates a set of conformation dependent rotamers.
Usage:
ffxc test.CreateRotamers [options] <filename>
Usage:
ffxc test.CreateRotamers [options] <filename>
-
Field Summary
FieldsFields inherited from class ffx.algorithms.cli.AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDir
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRotamers Constructor.CreateRotamers
(FFXBinding binding) CreateRotamers Constructor.CreateRotamers
(String[] args) CreateRotamers constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Field Details
-
forceFieldEnergy
-
-
Constructor Details
-
CreateRotamers
public CreateRotamers()CreateRotamers Constructor. -
CreateRotamers
CreateRotamers Constructor.- Parameters:
binding
- The Binding to use.
-
CreateRotamers
CreateRotamers constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-