Class CommandLineSyntaxTranslater

java.lang.Object
picard.cmdline.CommandLineSyntaxTranslater

public class CommandLineSyntaxTranslater extends Object
Class for handling translation of Picard-style command line argument syntax to POSIX-style argument syntax; used for running tests written with Picard style syntax against the Barclay command line parser.
  • Constructor Details

    • CommandLineSyntaxTranslater

      public CommandLineSyntaxTranslater()
  • Method Details

    • isLegacyPicardStyle

      public static boolean isLegacyPicardStyle(String[] argv)
    • convertPicardStyleToPosixStyle

      public static String[] convertPicardStyleToPosixStyle(String[] argv)