]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
SNP calling from the GL field
[samtools.git] / bcftools / bcf.h
index e6ba2252282f52af80bcdcc89aab92c716563a8a..d0f9b02bb5b554df977c2202902605c0642cf223 100644 (file)
@@ -66,6 +66,8 @@ extern "C" {
        int vcf_read(bcf_t *bp, bcf_hdr_t *h, bcf1_t *b);
 
        int bcf_shrink_alt(int n_smpl, bcf1_t *b, int n);
+       int bcf_gl2pl(int n_smpl, bcf1_t *b);
+
        void *bcf_build_refhash(bcf_hdr_t *h);
        void bcf_str2id_destroy(void *_hash);
        int bcf_str2id_add(void *_hash, const char *str);