Merged bug fix from Stable into Unstable

This commit is contained in:
Guillermo del Angel 2011-10-11 11:13:18 -04:00
commit 6418f4d69b
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public class AnalyzeCovariates extends CommandLineProgram {
*/
@Argument(fullName="max_histogram_value", shortName="maxHist", required = false, doc="If supplied, this value will be the max value of the histogram plots")
private int MAX_HISTOGRAM_VALUE = 0;
@Hidden
@Argument(fullName="do_indel_quality", shortName="indels", required = false, doc="If supplied, do indel quality plotting")
private boolean DO_INDEL_QUALITY = false;