Another trivial change to make VQSR work with indels
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5073 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b22f82d5dd
commit
db2e2cb0ff
|
|
@ -142,8 +142,8 @@ public class ApplyVariantCuts extends RodWalker<Integer, Integer> {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
for( VariantContext vc : tracker.getVariantContexts(ref, inputNames, null, context.getLocation(), false, false) ) {
|
for( VariantContext vc : tracker.getVariantContexts(ref, inputNames, null, context.getLocation(), true, false) ) {
|
||||||
if( vc != null && vc.isSNP() ) {
|
if( vc != null ) {
|
||||||
String filterString = null;
|
String filterString = null;
|
||||||
if( !vc.isFiltered() ) {
|
if( !vc.isFiltered() ) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue