X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_mcns.h;h=5c7c42026def5133b2468e882785d756dfaee750;hb=d742c10178d8981ce062cb1f993149cfe9876613;hp=a86fc1ddbd62e575ffeca6d2d59917e0b7e2f9a6;hpb=e23eb12b5f2c9b50b7db68b9aa972e50155540eb;p=samtools.git diff --git a/bam_mcns.h b/bam_mcns.h index a86fc1d..5c7c420 100644 --- a/bam_mcns.h +++ b/bam_mcns.h @@ -28,6 +28,7 @@ extern "C" { void mc_destroy(mc_aux_t *ma); int mc_cal(int ref, int *n, const bam_pileup1_t **plp, mc_aux_t *ma, mc_rst_t *rst, int level); int mc_call_gt(const mc_aux_t *ma, double f0, int k); + void mc_dump_afs(mc_aux_t *ma); #ifdef __cplusplus }