gatk-3.8/public
David Roazen 4a79831adc Add ability to specify min/max required/recommended values for numeric arguments in the @Argument annotation
-You can now add "minValue", "maxValue", "minRecommendedValue", and "maxRecommendedValue" attributes
 to @Argument annotations for command-line arguments

-"minValue" and "maxValue" specify hard limits that generate an exception if violated

-"minRecommendedValue" and "maxRecommendedValue" specify soft limits that generate a warning if violated

-Works only for numeric arguments (int, double, etc.) with @Argument annotations

-Only considers values actually specified by the user on the command line, not default values
 assigned in the code

As requested by Geraldine
2013-12-18 18:09:08 -05:00
..
R Something changed with the ggtitle syntax in the latest version of ggplot2. 2013-08-14 14:40:03 -04:00
c
chainFiles
doc Fixed issues raised by Appistry QA (mostly small fixes, corrections & clarifications to GATKDocs) 2013-03-12 10:57:14 -04:00
java Add ability to specify min/max required/recommended values for numeric arguments in the @Argument annotation 2013-12-18 18:09:08 -05:00
keys
packages ValidatingPileup was renamed to CheckPileup 2013-02-15 11:56:19 -05:00
perl Fixing the liftover script to not require strict VCF header validation. 2013-11-07 09:02:17 -05:00
scala Added HC trio calls and NA12878 KB snapshot to resource bundle. 2013-12-07 22:08:34 -05:00
testdata Walker to create a fastq file from an interval list 2013-06-29 11:24:16 -04:00