Merge pull request #226 from broadinstitute/hc_ceu_trio_calling
Trivial update to ceutrio.ped file to make it really the CEU trio samples
This commit is contained in:
commit
43e78286a0
|
|
@ -45,7 +45,7 @@ import java.util.*;
|
|||
public class SampleDBUnitTest extends BaseTest {
|
||||
private static SampleDBBuilder builder;
|
||||
// all the test sample files are located here
|
||||
private File testPED = new File(privateTestDir + "ceutrio.ped");
|
||||
private File testPED = new File(privateTestDir + "testtrio.ped");
|
||||
|
||||
private static final Set<Sample> testPEDSamples = new HashSet<Sample>(Arrays.asList(
|
||||
new Sample("kid", "fam1", "dad", "mom", Gender.MALE, Affection.AFFECTED),
|
||||
|
|
|
|||
Loading…
Reference in New Issue