Package ffx.potential.commands.test
Class SaveAsConstantPhPDB
java.lang.Object
ffx.utilities.FFXCommand
ffx.potential.cli.PotentialCommand
ffx.potential.commands.test.SaveAsConstantPhPDB
Save a PDB file that includes all titrating tautomer hydrogen atoms.
Usage:
ffxc test.SaveAsConstantPhPDB [options] <filename>
Usage:
ffxc test.SaveAsConstantPhPDB [options] <filename>
-
Field Summary
Fields inherited from class ffx.potential.cli.PotentialCommand
activeAssembly, baseDir, potentialFunctions
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionSaveAsConstantPhPDB constructor.SaveAsConstantPhPDB
(FFXBinding binding) SaveAsConstantPhPDB constructor.SaveAsConstantPhPDB
(String[] args) SaveAsConstantPhPDB constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.potential.cli.PotentialCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getBaseDirString, getPotentials, init, setActiveAssembly
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
SaveAsConstantPhPDB
public SaveAsConstantPhPDB()SaveAsConstantPhPDB constructor. -
SaveAsConstantPhPDB
SaveAsConstantPhPDB constructor.- Parameters:
binding
- The Binding to use.
-
SaveAsConstantPhPDB
SaveAsConstantPhPDB constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
-
Method Details
-
run
Execute the script.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-