X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=f3b09d64b8754ca05ad9295e46d3ad800cb53568;hb=30004e9139b96449fa34831af2fd8e860567a29d;hp=bbeca39b5eea8adc5e8b4a9675df272adb3a9a98;hpb=adefe520aeefbaf64ffdc947bbe35db4bfe9d811;p=samtools.git diff --git a/bamtk.c b/bamtk.c index bbeca39..f3b09d6 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.10-7 (r840)" #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");