Trivial change to allow indels to be annotated by rank rum tests

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5801 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
delangel 2011-05-13 20:24:08 +00:00
parent 95fc6c0a83
commit d4ca8d94fa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public abstract class RankSumTest implements InfoFieldAnnotation, StandardAnnota
if ( stratifiedContexts.size() == 0 )
return null;
if ( !vc.isBiallelic() || !vc.isSNP() )
if ( !vc.isBiallelic() )
return null;
final Map<String, Genotype> genotypes = vc.getGenotypes();