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:
parent
95fc6c0a83
commit
d4ca8d94fa
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue