Class SaveConformerPDB


public class SaveConformerPDB extends AlgorithmsCommand
The SaveConformerPDB script saves alternate conformers with proper alt loc labels.
Usage:
ffxc xray.SaveConformerPDB [options] <filename>
  • Constructor Details

    • SaveConformerPDB

      public SaveConformerPDB()
      SaveConformerPDB constructor.
    • SaveConformerPDB

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

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