From 88495a39d4759d71e8ad0346d0426ebe77601737 Mon Sep 17 00:00:00 2001 From: depristo Date: Fri, 29 Jan 2010 15:38:21 +0000 Subject: [PATCH] better formating git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2737 348d0f76-0448-11de-a6fe-93d51630548a --- .../variantcontext/VariantContext.java | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/java/src/org/broadinstitute/sting/oneoffprojects/variantcontext/VariantContext.java b/java/src/org/broadinstitute/sting/oneoffprojects/variantcontext/VariantContext.java index 218c673b3..a3518bef5 100755 --- a/java/src/org/broadinstitute/sting/oneoffprojects/variantcontext/VariantContext.java +++ b/java/src/org/broadinstitute/sting/oneoffprojects/variantcontext/VariantContext.java @@ -8,24 +8,20 @@ import java.util.*; /** - * @author ebanks + * @author depristo *

* Class VariantContext *

- * This class represents a context that unifies one or more variants + * + * */ public class VariantContext extends AttributedObject { private GenomeLoc loc; - - private Set alleles = new HashSet(); - - private Map genotypes = new HashMap(); - Type type = Type.UNDETERMINED; - + private Set alleles = new HashSet(); + private Map genotypes = new HashMap(); Set filters = new HashSet(); - // --------------------------------------------------------------------------------------------------------- // // constructors