X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=blobdiff_plain;f=bam2bcf_indel.c;fp=bam2bcf_indel.c;h=7ccd1cd2af1d843258769df7ac7327de1b728dc3;hp=9aea5f9d669f79850fb45438fdcf1183c3e1227f;hb=6842e4470dcbd381d0893690b7d07344fd08e831;hpb=125ac895854cf760a04192a257a4279f2c541164 diff --git a/bam2bcf_indel.c b/bam2bcf_indel.c index 9aea5f9..7ccd1cd 100644 --- a/bam2bcf_indel.c +++ b/bam2bcf_indel.c @@ -109,6 +109,9 @@ static inline int est_indelreg(int pos, const char *ref, int l, char *ins4) return max_i - pos; } +/* + * @n: number of samples + */ int bcf_call_gap_prep(int n, int *n_plp, bam_pileup1_t **plp, int pos, bcf_callaux_t *bca, const char *ref, const void *rghash) {