Corrected typo in MergeAndMatchHaplotypes integration test

This commit is contained in:
Kiran V Garimella 2011-07-17 22:50:54 -04:00
parent 8167aba601
commit 824100e57f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.testng.annotations.Test;
import java.util.Arrays;
public class MergeAndMatchHaplotypesIntegrationTest extends WalkerTest {
private static String mergeAndMatchHaplotypesTestDataRoot = validationDataLocation + "/MergeByHaplotypes";
private static String mergeAndMatchHaplotypesTestDataRoot = validationDataLocation + "/MergeAndMatchHaplotypes";
private static String fundamentalTestPBTVCF = mergeAndMatchHaplotypesTestDataRoot + "/" + "FundamentalsTest.pbt.vcf";
private static String fundamentalTestRBPVCF = mergeAndMatchHaplotypesTestDataRoot + "/" + "FundamentalsTest.pbt.rbp.vcf";