]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
Release samtools-0.1.17
[samtools.git] / bcftools / bcf.h
index dff439df5d7f2d74a09e8d4b3b327a57f58ccc62..aeae6ca0de411f198f4ff76d7c29f99a19f54448 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef BCF_H
 #define BCF_H
 
-#define BCF_VERSION "0.1.16-dev (r963:240)"
+#define BCF_VERSION "0.1.17 (r973:277)"
 
 #include <stdint.h>
 #include <zlib.h>
@@ -152,6 +152,8 @@ extern "C" {
        int bcf_fix_gt(bcf1_t *b);
        // update PL generated by old samtools
        int bcf_fix_pl(bcf1_t *b);
+       // convert PL to GLF-like 10-likelihood GL
+       int bcf_gl10(const bcf1_t *b, uint8_t *gl);
 
        // string hash table
        void *bcf_build_refhash(bcf_hdr_t *h);