]> git.donarmstrong.com Git - samtools.git/commitdiff
fixed a typo in the VCF header
authorHeng Li <lh3@live.co.uk>
Wed, 2 Feb 2011 16:29:20 +0000 (16:29 +0000)
committerHeng Li <lh3@live.co.uk>
Wed, 2 Feb 2011 16:29:20 +0000 (16:29 +0000)
bcftools/call1.c

index e4ba879a64b3d6bdd4f9ff230457b6e4394c784b..c9df3c0f66162bba5fd147ce432e0c49c1564de4 100644 (file)
@@ -247,7 +247,7 @@ static void write_header(bcf_hdr_t *h)
        if (!strstr(str.s, "##INFO=<ID=PV4,"))
                kputs("##INFO=<ID=PV4,Number=4,Type=Float,Description=\"P-values for strand bias, baseQ bias, mapQ bias and tail distance bias\">\n", &str);
     if (!strstr(str.s, "##INFO=<ID=INDEL,"))
-        kputs("##INFO=<ID=INDEL,Number=0,Type=Flag,Descriptin=\"Indicates that the variant is an INDEL.\">\n", &str);
+        kputs("##INFO=<ID=INDEL,Number=0,Type=Flag,Description=\"Indicates that the variant is an INDEL.\">\n", &str);
     if (!strstr(str.s, "##INFO=<ID=GT,"))
         kputs("##FORMAT=<ID=GT,Number=1,Type=String,Description=\"Genotype\">\n", &str);
     if (!strstr(str.s, "##FORMAT=<ID=GQ,"))