Skip to content

Commit

Permalink
maybe the fix was simple, said the derranged man
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Nov 27, 2017
1 parent c3ae2ec commit b9805a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public void testUsingExpressionWithID() throws IOException {
@Test
public void testAlleleTrimming() throws IOException {
// This test makes sure that the expression code works in a complex case with many overlapping variant contexts
assertVariantContextsMatch(getTestFile("alleleTrim.vcf"),
assertVariantContextsMatch(getTestFile("AlleleTrim.vcf"),
getTestFile("expected/testAlleleTrimming.vcf"),
Arrays.asList( "--resource", "exac:" + getToolTestDataDir() + "exacAlleleTrim.vcf", "-E", "exac.AC_Adj", "-A", "InbreedingCoeff"),
null, Collections.emptyList());
Expand Down

0 comments on commit b9805a2

Please sign in to comment.