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 {
POINT, INDEL;
VariantType() {}
// VariantType() {}
}
/** This method accepts rods that implement either Genotype or GenotypeList interface (all others will result in an exception). Variant
@ -76,6 +76,7 @@ public class GenotypeUtils {
else throw new StingException("track "+rod.getName()+" is not a Genotype or GenotypeList");
}
/** 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