X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=94c4d3fdb34be8698e21e9cf20166cadd1ae06c8;hb=aecbff7298d7df0ac206fc5c45aa91d758c1b502;hp=bbeca39b5eea8adc5e8b4a9675df272adb3a9a98;hpb=adefe520aeefbaf64ffdc947bbe35db4bfe9d811;p=samtools.git diff --git a/bamtk.c b/bamtk.c index bbeca39..94c4d3f 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 (r613)" #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");