Another test where we no longer print out 'NaN' for the AF.

This commit is contained in:
Eric Banks 2012-02-27 15:19:08 -05:00
parent 52871187d7
commit bd944ab04f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class CombineVariantsIntegrationTest extends WalkerTest {
" -priority NA19240_BGI,NA19240_ILLUMINA,NA19240_WUGSC,denovoInfo" +
" -genotypeMergeOptions UNIQUIFY -L 1"),
1,
Arrays.asList("b14f8cbb5d03a2e613b12da4da9efd9a"));
Arrays.asList("ab72f4bfb16d3894942149173a087647"));
executeTest("threeWayWithRefs", spec);
}