Backing off - need to change pileup interface for rank sum tests before indels can be annotated with them
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5804 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
befbcd274b
commit
fa75efb6ac
|
|
@ -22,7 +22,7 @@ public abstract class RankSumTest implements InfoFieldAnnotation, StandardAnnota
|
|||
if ( stratifiedContexts.size() == 0 )
|
||||
return null;
|
||||
|
||||
if ( !vc.isBiallelic() )
|
||||
if ( !vc.isBiallelic() || !vc.isSNP() )
|
||||
return null;
|
||||
|
||||
final Map<String, Genotype> genotypes = vc.getGenotypes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue