X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bamtk.c;h=cb7b8a0cf6c20743a6a96c1fb1117d5d60ae210d;hb=95b7e2d5d54f2b10bef8dd937e43c342d2086b46;hp=bbeca39b5eea8adc5e8b4a9675df272adb3a9a98;hpb=adefe520aeefbaf64ffdc947bbe35db4bfe9d811;p=samtools.git diff --git a/bamtk.c b/bamtk.c index bbeca39..cb7b8a0 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.9-16 (r822)" #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");