X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;fp=bam2bcf.h;h=958567241936a4c54feae501c725ad77a6e3f1be;hb=d062f8f3ca3f897b7a95c81e76d05e94b1d39877;hp=26b022c08e89e3597bd6e400690d42bd7ecabe38;hpb=1bb8e1e608757f82c4c5e89fbe0912a7883e9890;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index 26b022c..9585672 100644 --- a/bam2bcf.h +++ b/bam2bcf.h @@ -9,7 +9,9 @@ typedef struct __bcf_callaux_t { int capQ, min_baseQ; - int openQ, extQ, tandemQ; + int openQ, extQ, tandemQ; // for indels + int min_support; // for collecting indel candidates + double min_frac; // for collecting indel candidates // for internal uses int max_bases; int indel_types[4];