Update test data so it better reflects the multiallelic AC/AF annotation use case

This commit is contained in:
Laura Gauthier 2015-02-20 10:09:33 -05:00
parent 9491c0333f
commit 4a493a7900
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ public class VariantAnnotatorIntegrationTest extends WalkerTest {
public void testUsingExpressionMultiAllele() {
WalkerTestSpec spec = new WalkerTestSpec(
baseTestString() + " --resource:foo " + privateTestDir + "targetAnnotations-multiAllele.vcf -G Standard --variant " + privateTestDir + "vcfexample3empty-multiAllele.vcf -E foo.AF -E foo.AC -L " + privateTestDir + "vcfexample3empty-multiAllele.vcf", 1,
Arrays.asList("24d56a0fdb4b99b8b2ff193b6ebdc77c"));
Arrays.asList("195cf0f5b1aa5c7d00a0595dcca02f4c"));
executeTest("using expression with multi-alleles", spec);
}