typo in VE

This commit is contained in:
Ami Levy Moonshine 2012-09-17 09:51:51 -04:00
parent bc1e03a6d8
commit ee0b17d98f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class VariantEval extends RodWalker<Integer, Integer> implements TreeRedu
/**
* Some analyses want to count overlap not with dbSNP (which is in general very open) but
* actually want to itemize their overlap specifically with a set of gold standard sites
* such as HapMap, OMNI, or the gold standard indels. Theis argument provides a mechanism
* such as HapMap, OMNI, or the gold standard indels. This argument provides a mechanism
* for communicating which file to use
*/
@Input(fullName="goldStandard", shortName = "gold", doc="Evaluations that count calls at sites of true variation (e.g., indel calls) will use this argument as their gold standard for comparison", required=false)