X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=samtools%2Fbcftools%2Fbcf.h;h=ba6dbe9b42ae033c6b3c179a730a48312cf927dd;hp=822ae5cf80fd7f9dc375259524935c933f088323;hb=e1756c41e7a1d7cc01fb95e42df9dd04da2d2991;hpb=ca46ef4ba4a883c57cea62d5bf1bc021f1185109 diff --git a/samtools/bcftools/bcf.h b/samtools/bcftools/bcf.h index 822ae5c..ba6dbe9 100644 --- a/samtools/bcftools/bcf.h +++ b/samtools/bcftools/bcf.h @@ -28,8 +28,6 @@ #ifndef BCF_H #define BCF_H -#define BCF_VERSION "0.1.17-dev (r973:277)" - #include #include @@ -152,10 +150,6 @@ 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); - // 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);