Class CommandLineDefaults
java.lang.Object
picard.cmdline.CommandLineDefaults
Embodies defaults for global values that affect how the Picard Command Line operates. Defaults are encoded in the class
and are also overridable using system properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanImplementation note, this is duplicate code stolen from HTSJDK's Default.java /** Decides if we want to write colors to the terminal. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COLOR_STATUS
public static final boolean COLOR_STATUSImplementation note, this is duplicate code stolen from HTSJDK's Default.java /** Decides if we want to write colors to the terminal.
-
-
Constructor Details
-
CommandLineDefaults
public CommandLineDefaults()
-