HaplotypeCaller: Variants found on the same haplotype are now written out with phased genotypes. There are serious eval issues with MNPs so disabling them for now.
This commit is contained in:
parent
a0843f125e
commit
9684a2efb0
|
|
@ -19,7 +19,7 @@ import org.broadinstitute.sting.utils.variantcontext.VariantContext;
|
||||||
*/
|
*/
|
||||||
@Analysis(description = "The overlap between eval and comp sites")
|
@Analysis(description = "The overlap between eval and comp sites")
|
||||||
public class CompOverlap extends VariantEvaluator implements StandardEval {
|
public class CompOverlap extends VariantEvaluator implements StandardEval {
|
||||||
@DataPoint(description = "number of eval SNP sites", format = "%d")
|
@DataPoint(description = "number of eval variant sites", format = "%d")
|
||||||
long nEvalVariants = 0;
|
long nEvalVariants = 0;
|
||||||
|
|
||||||
@DataPoint(description = "number of eval sites outside of comp sites", format = "%d")
|
@DataPoint(description = "number of eval sites outside of comp sites", format = "%d")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue