X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=e80d04224f08cf48a37b824b982f8c0134f580bd;hb=fb9ec864a4db78d58c5aba13c6c24ce4b610ab57;hp=bbeca39b5eea8adc5e8b4a9675df272adb3a9a98;hpb=adefe520aeefbaf64ffdc947bbe35db4bfe9d811;p=samtools.git diff --git a/bamtk.c b/bamtk.c index bbeca39..e80d042 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.7-17 (r596)" +#define PACKAGE_VERSION "0.1.8-6 (r638)" #endif int bam_taf2baf(int argc, char *argv[]); @@ -86,6 +86,7 @@ static int usage() fprintf(stderr, " tview text alignment viewer\n"); #endif fprintf(stderr, " index index alignment\n"); + fprintf(stderr, " idxstats BAM index stats (r595 or later)\n"); fprintf(stderr, " fixmate fix mate information\n"); fprintf(stderr, " glfview print GLFv3 file\n"); fprintf(stderr, " flagstat simple stats\n");