Perhaps both, Eric. Perhaps both.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4422 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-10-04 13:56:04 +00:00
parent 0eb777612a
commit f978c25b9d
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ public class SelectVariants extends RodWalker<Integer, Integer> {
else if (g.isHomVar()) { alleleCount += 2; }
String dp = (String) g.getAttribute("DP");
if (dp != null && ! dp.equals(VCFConstants.MISSING_DEPTH_v3)) {
if (dp != null && ! dp.equals(VCFConstants.MISSING_DEPTH_v3) && ! dp.equals(VCFConstants.MISSING_VALUE_v4) ) {
depth += Integer.valueOf(dp);
}
}