gatk-3.8/public/java/test/org/broadinstitute/sting/commandline
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
..
ArgumentMatchSiteUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ArgumentMatchSourceUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ArgumentTypeDescriptorUnitTest.java Fixed the logic of the @Output annotation and its interaction with 'required'. 2013-03-14 11:58:51 -04:00
InvalidArgumentIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ParsingEngineUnitTest.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
RodBindingUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00