typo in VE
This commit is contained in:
parent
bc1e03a6d8
commit
ee0b17d98f
|
|
@ -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
|
* 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
|
* 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
|
* 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)
|
@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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue