Added Heng's nasty ex2.vcf to standard tests

This commit is contained in:
Mark DePristo 2012-06-22 17:25:44 -04:00
parent 11dbfc92a7
commit 0b5980d7b3
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class VariantContextTestProvider {
private final static List<File> testSourceVCFs = Arrays.asList(
new File(BaseTest.privateTestDir + "ILLUMINA.wex.broad_phase2_baseline.20111114.both.exome.genotypes.1000.vcf"),
new File(BaseTest.privateTestDir + "ex2.vcf"),
new File(BaseTest.privateTestDir + "dbsnp_135.b37.1000.vcf")
);