X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fbcf.h;h=36578956bbae06d4c216c121a2ddb3a94cad94d8;hb=032937695157a15fb0ce042deda22afc30be1616;hp=72861113d5bac07b66d7014f41a8c95b888e143d;hpb=a77f3af6a56f643bcf77c52708e6f692af1fe7d3;p=samtools.git diff --git a/bcftools/bcf.h b/bcftools/bcf.h index 7286111..3657895 100644 --- a/bcftools/bcf.h +++ b/bcftools/bcf.h @@ -106,6 +106,10 @@ extern "C" { int bcf_destroy(bcf1_t *b); // BCF->VCF conversion char *bcf_fmt(const bcf_hdr_t *h, bcf1_t *b); + // append more info + int bcf_append_info(bcf1_t *b, const char *info, int l); + // copy + int bcf_cpy(bcf1_t *r, const bcf1_t *b); // open a VCF or BCF file if "b" is set in "mode" bcf_t *vcf_open(const char *fn, const char *mode);