Class CommandLineDefaults

java.lang.Object
picard.cmdline.CommandLineDefaults

public class CommandLineDefaults extends Object
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 Details

    • COLOR_STATUS

      public static final boolean COLOR_STATUS
      Implementation 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()