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:
parent
7c42e6994f
commit
5a1a3fc79a
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue