Fix bad VariantContext creation in unit test

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3824 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-07-18 20:21:01 +00:00
parent 7c42e6994f
commit 5a1a3fc79a
1 changed files with 1 additions and 2 deletions

View File

@ -112,9 +112,8 @@ public class VCFWriterUnitTest extends BaseTest {
Map<String, String> attributes = new HashMap<String,String>();
Map<String, Genotype> genotypes = new HashMap<String,Genotype>();
alleles.add(Allele.create("A",true));
alleles.add(Allele.create("-",true));
alleles.add(Allele.create("CC",false));
alleles.add(Allele.create("-",false));
attributes.put("DP","50");
for (String name : header.getGenotypeSamples()) {