Fixing docs

This commit is contained in:
Eric Banks 2012-05-30 13:24:08 -04:00
parent d6e1205310
commit d09b8d5584
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public class UnifiedArgumentCollection {
/**
* Controls the model used to calculate the probability that a site is variant plus the various sample genotypes in the data at a given locus.
*/
@Argument(fullName = "p_nonref_model", shortName = "pnrm", doc = "Non-reference probability calculation model to employ -- EXACT is the default option, while GRID_SEARCH is also available.", required = false)
@Advanced
@Argument(fullName = "p_nonref_model", shortName = "pnrm", doc = "Non-reference probability calculation model to employ", required = false)
protected AlleleFrequencyCalculationModel.Model AFmodel = AlleleFrequencyCalculationModel.Model.EXACT;
/**