minor changes

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@817 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-05-26 21:03:06 +00:00
parent d994544c47
commit 9ef1a21112
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class GenotypeUtils {
public static enum VariantType { public static enum VariantType {
POINT, INDEL; POINT, INDEL;
VariantType() {} // VariantType() {}
} }
/** This method accepts rods that implement either Genotype or GenotypeList interface (all others will result in an exception). Variant /** This method accepts rods that implement either Genotype or GenotypeList interface (all others will result in an exception). Variant
@ -77,6 +77,7 @@ public class GenotypeUtils {
} }
/** This class represents a "default" indel-type genotype with homozygous reference (i.e. confidently no indel) /** This class represents a "default" indel-type genotype with homozygous reference (i.e. confidently no indel)
* call. All the interface methods are implemented and return consistent values. Use this class when working with * call. All the interface methods are implemented and return consistent values. Use this class when working with
* genotyping data where absence of explicit indel call actually means that no evidence for an indel was observed * genotyping data where absence of explicit indel call actually means that no evidence for an indel was observed