Class CommandLineArgumentValidatorMain

java.lang.Object
org.broadinstitute.hellbender.Main
org.broadinstitute.hellbender.CommandLineArgumentValidatorMain

public class CommandLineArgumentValidatorMain extends Main
Main class to be used as an alternative entry point to org.broadinstitute.hellbender.Main for performing command line validation only rather than executing the tool. Used only for testing. Failures manifest as exceptions.
  • Constructor Details

    • CommandLineArgumentValidatorMain

      public CommandLineArgumentValidatorMain()
  • Method Details

    • main

      public static void main(String[] argv)
    • validateCommandLine

      public void validateCommandLine(String[] argv)
      Call the command line program (specified in the input arguments) in command line validation mode only.
      Parameters:
      argv - the raw arguments, including the name of the target tool, to run in command line validation mode