Package ffx.algorithms.commands.test
Class IdentifyRotamers
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.test.IdentifyRotamers
The IdentifyRotamers script attempts to identify which rotamer each Residue in the system is in.
Usage:
ffxc test.IdentifyRotamers [options] <filename>
Usage:
ffxc test.IdentifyRotamers [options] <filename>
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionIdentifyRotamers Constructor.IdentifyRotamers
(FFXBinding binding) IdentifyRotamers Constructor.IdentifyRotamers
(String[] args) IdentifyRotamers 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
-
Constructor Details
-
IdentifyRotamers
public IdentifyRotamers()IdentifyRotamers Constructor. -
IdentifyRotamers
IdentifyRotamers Constructor.- Parameters:
binding
- The Binding to use.
-
IdentifyRotamers
IdentifyRotamers 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.
-