X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=bcftools%2Fbcf.h;fp=bcftools%2Fbcf.h;h=822ae5cf80fd7f9dc375259524935c933f088323;hp=aeae6ca0de411f198f4ff76d7c29f99a19f54448;hb=b990d9d3dd518a9cf7b7f4a165c584d8d8d1cfb0;hpb=5075acdfc387c56ca8411cde3e419e867da9804d diff --git a/bcftools/bcf.h b/bcftools/bcf.h index aeae6ca..822ae5c 100644 --- a/bcftools/bcf.h +++ b/bcftools/bcf.h @@ -28,7 +28,7 @@ #ifndef BCF_H #define BCF_H -#define BCF_VERSION "0.1.17 (r973:277)" +#define BCF_VERSION "0.1.17-dev (r973:277)" #include #include @@ -154,6 +154,8 @@ extern "C" { 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); + // convert up to 4 INDEL alleles to GLF-like 10-likelihood GL + int bcf_gl10_indel(const bcf1_t *b, uint8_t *gl); // string hash table void *bcf_build_refhash(bcf_hdr_t *h);