Class 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 Detail

      • 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 Detail

      • CommandLineDefaults

        public CommandLineDefaults()