You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"chr1 45418 . N NT . PASS . GT:DP:RE:GQ:RS 1/0:4:0.536:6.2:T,1,0.506,i,3,0.030".replaceAll("\\s+", "\t"),
404
+
"chr1 46244 . T C . PASS . GT:DP:RE:GQ:RS 1/1:4:0.287:7.8:C,4,0.287".replaceAll("\\s+", "\t"),
405
+
"chr1 82299 . N NA . PASS . GT:DP:RE:GQ:RS 1/0:4:0.071:8.6:A,1,0.041,i,3,0.030".replaceAll("\\s+", "\t"));
406
406
407
407
TestUtils.containsAll(output, "Total records : 27", "Filtered due to posterior : 19", "Filtered due to sample read depth : 4", "Remaining records : 4");
408
408
} finally {
@@ -700,6 +700,17 @@ public void testVcfKeepAll() throws IOException {
0 commit comments