X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_tview.c;h=60b7350b92db8fbf08d45156c638b6d891f426f2;hb=1a23a35867ee992dcffcf3d17df2b7d41732f33b;hp=c26273c7152f4e678911eccddca9b4c5701c63cf;hpb=63e8f525a5fd57be4c3471739a3996016e0c25f9;p=samtools.git diff --git a/bam_tview.c b/bam_tview.c index c26273c..60b7350 100644 --- a/bam_tview.c +++ b/bam_tview.c @@ -8,6 +8,10 @@ #include "faidx.h" #include "bam_maqcns.h" +char bam_aux_getCEi(bam1_t *b, int i); +char bam_aux_getCSi(bam1_t *b, int i); +char bam_aux_getCQi(bam1_t *b, int i); + #define TV_MIN_ALNROW 2 #define TV_MAX_GOTO 40 #define TV_LOW_MAPQ 10