Switched the CVUnitTest broken info from an Integer to a String since as of r5383 Integers are no longer broken when converted to Floats.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5390 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-03-07 16:33:14 +00:00
parent 8c262eb605
commit dc33fbed7c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class CombineVariantsUnitTest {
"##reference=NCBI36",
"##INFO=<ID=GC, Number=0, Type=Flag, Description=\"Overlap with Gencode CCDS coding sequence\">",
"##INFO=<ID=DP, Number=1, Type=Integer, Description=\"Total number of reads in haplotype window\">",
"##INFO=<ID=AF, Number=1, Type=Integer, Description=\"Dindel estimated population allele frequency\">", // float to integer
"##INFO=<ID=AF, Number=1, Type=String, Description=\"Dindel estimated population allele frequency\">", // string to integer
"##FILTER=<ID=NoQCALL, Description=\"Variant called by Dindel but not confirmed by QCALL\">",
"##FORMAT=<ID=GT, Number=1, Type=String, Description=\"Genotype\">",
"##FORMAT=<ID=HQ, Number=2, Type=Integer, Description=\"Haplotype quality\">",