Quick fix
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4457 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
acd238f3f2
commit
97b153f2fa
|
|
@ -51,7 +51,7 @@ public class ChromosomeCounts implements InfoFieldAnnotation, StandardAnnotation
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
Map<String, Object> map = new HashMap<String, Object>();
|
Map<String, Object> map = new HashMap<String, Object>();
|
||||||
VariantContextUtils.calculateChromosomeCounts(vc, map, false);
|
VariantContextUtils.calculateChromosomeCounts(vc, map, true);
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue