diff --git a/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/phasing/PhasingUtilitiesUnitTest.java b/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/phasing/PhasingUtilitiesUnitTest.java index c06664edc..e939373f4 100644 --- a/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/phasing/PhasingUtilitiesUnitTest.java +++ b/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/phasing/PhasingUtilitiesUnitTest.java @@ -75,7 +75,7 @@ public class PhasingUtilitiesUnitTest extends BaseTest { @BeforeClass public void init() throws FileNotFoundException { - referenceFile = new CachingIndexedFastaSequenceFile(new File("/Users/ronlevine/exampleFASTA/exampleFASTA.fasta")); + referenceFile = new CachingIndexedFastaSequenceFile(new File(b37KGReference)); ref = Allele.create("C", true); alt = Allele.create("T", true); }