Class EditPDB


public class EditPDB extends AlgorithmsCommand
EditPDB edits a PDB model for use in experimental refinement.
Usage:
ffxc xray.EditPDB <pdbfile1>
  • Constructor Details

    • EditPDB

      public EditPDB()
      Deuterate constructor.
    • EditPDB

      public EditPDB(String[] args)
      Deuterate constructor that sets the command line arguments.
      Parameters:
      args - Command line arguments.
    • EditPDB

      public EditPDB(FFXBinding binding)
      Deuterate constructor.
      Parameters:
      binding - The Binding to use.
  • Method Details

    • run

      public EditPDB run()
      Execute the script.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Description copied from class: AlgorithmsCommand
      Returns a List of all Potential objects associated with this script.
      Overrides:
      getPotentials in class AlgorithmsCommand
      Returns:
      All Potentials. Sometimes empty, never null.