for now, set log error to -1
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3231 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e9e844fbf5
commit
ef6d900eb8
|
|
@ -75,7 +75,7 @@ public class SimpleIndelCalculationModel extends GenotypeCalculationModel {
|
||||||
}
|
}
|
||||||
|
|
||||||
VariantContext vc = new VariantContext("UG_Indel_call", loc, alleles, new HashMap<String,Genotype>() /* genotypes */,
|
VariantContext vc = new VariantContext("UG_Indel_call", loc, alleles, new HashMap<String,Genotype>() /* genotypes */,
|
||||||
0.0 /* log error */, null /* filters */, null /* attributes */);
|
-1.0 /* log error */, null /* filters */, null /* attributes */);
|
||||||
|
|
||||||
vcc = new VariantCallContext(vc,true);
|
vcc = new VariantCallContext(vc,true);
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue