Use a publicly accessible sequence file
This commit is contained in:
parent
6ff698c556
commit
34241a62f6
|
|
@ -75,7 +75,7 @@ public class PhasingUtilitiesUnitTest extends BaseTest {
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public void init() throws FileNotFoundException {
|
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);
|
ref = Allele.create("C", true);
|
||||||
alt = Allele.create("T", true);
|
alt = Allele.create("T", true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue