]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf_indel.c
backup commit
[samtools.git] / bam2bcf_indel.c
index 9aea5f9d669f79850fb45438fdcf1183c3e1227f..7ccd1cd2af1d843258769df7ac7327de1b728dc3 100644 (file)
@@ -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)
 {