Class ApplyTorsions


public class ApplyTorsions extends AlgorithmsCommand
The ApplyTorsions script is used to apply a custom set of torsions to a side chain.
Usage:
ffxc test.ApplyTorsions [options] <filename>
Author:
Jacob Litman, Michael Schnieders
  • Constructor Details

    • ApplyTorsions

      public ApplyTorsions()
      ApplyTorsions Constructor.
    • ApplyTorsions

      public ApplyTorsions(FFXBinding binding)
      ApplyTorsions Constructor.
      Parameters:
      binding - The Binding to use.
    • ApplyTorsions

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