Package ffx.xray.commands
Class CIFtoMTZ
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.xray.commands.CIFtoMTZ
The CIF2MTZ script saves a CIF file to MTZ format.
Usage:
ffxc xray.CIF2MTZ <filename>
Usage:
ffxc xray.CIF2MTZ <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
ConstructorsConstructorDescriptionCIFtoMTZ()
CIF2MTZ constructor.CIFtoMTZ
(FFXBinding binding) CIF2MTZ constructor.CIF2MTZ constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionReturns a List of all Potential objects associated with this script.run()
Execute the script.Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
CIFtoMTZ
public CIFtoMTZ()CIF2MTZ constructor. -
CIFtoMTZ
CIF2MTZ constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
CIFtoMTZ
CIF2MTZ constructor.- Parameters:
binding
- The Binding to use.
-
-
Method Details
-
run
Execute the script.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-
getPotentials
Description copied from class:AlgorithmsCommand
Returns a List of all Potential objects associated with this script.- Overrides:
getPotentials
in classAlgorithmsCommand
- Returns:
- All Potentials. Sometimes empty, never null.
-