Package ffx.potential.commands.test
Class ReorderAtoms
java.lang.Object
ffx.utilities.FFXCommand
ffx.potential.cli.PotentialCommand
ffx.potential.commands.test.ReorderAtoms
The ReorderAtoms script sorts the atoms within an XYZ file based on atomic weight.
Usage: ffxc test.ReorderAtoms <filename>
-
Field Summary
Fields inherited from class ffx.potential.cli.PotentialCommand
activeAssembly, baseDir, potentialFunctionsFields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ReorderAtoms(FFXBinding binding) Constructor using Binding.ReorderAtoms(String[] args) Constructor using args. -
Method Summary
Methods inherited from class ffx.potential.cli.PotentialCommand
createOutputFile, destroyPotentials, getActiveAssemblies, getActiveAssembly, getActiveAssembly, getBaseDirString, getPotentials, getPotentialsFromAssemblies, init, parseFilePath, saveByExtension, saveByExtension, saveByOriginalExtension, saveByOriginalExtension, setActiveAssemblyMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
ReorderAtoms
public ReorderAtoms()Constructor. -
ReorderAtoms
Constructor using Binding. -
ReorderAtoms
Constructor using args.
-
-
Method Details
-
run
Description copied from class:FFXCommandExecute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-