Package picard.cmdline
Class CommandLineSyntaxTranslater
java.lang.Object
picard.cmdline.CommandLineSyntaxTranslater
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
convertPicardStyleToPosixStyle
(String[] argv) static boolean
isLegacyPicardStyle
(String[] argv)
-
Constructor Details
-
CommandLineSyntaxTranslater
public CommandLineSyntaxTranslater()
-
-
Method Details
-
isLegacyPicardStyle
-
convertPicardStyleToPosixStyle
-