]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
* samtools-0.1.9-6 (r803)
[samtools.git] / bcftools / bcf.h
index 36578956bbae06d4c216c121a2ddb3a94cad94d8..89feeb89ac3bd2e278329866996d02e7709414aa 100644 (file)
@@ -128,6 +128,8 @@ extern "C" {
        int bcf_shrink_alt(bcf1_t *b, int n);
        // convert GL to PL
        int bcf_gl2pl(bcf1_t *b);
+       // if the site is an indel
+       int bcf_is_indel(const bcf1_t *b);
 
        // string hash table
        void *bcf_build_refhash(bcf_hdr_t *h);