X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=f162bc3fc82591de805cb3bb1b56f79991f0ea9d;hb=011fa103c7af400670b23c23bea2e8c8c1391798;hp=fb000a6425f3ea7246d6273e73d0f74cb6701166;hpb=33c76f702a5a4c96db0a2bc0a6940dafbcb064b4;p=samtools.git diff --git a/bamtk.c b/bamtk.c index fb000a6..f162bc3 100644 --- a/bamtk.c +++ b/bamtk.c @@ -4,7 +4,7 @@ #include "bam.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.5-9 (r405)" +#define PACKAGE_VERSION "0.1.5-10 (r407)" #endif int bam_taf2baf(int argc, char *argv[]); @@ -85,7 +85,7 @@ static int usage() fprintf(stderr, " rmdup remove PCR duplicates\n"); fprintf(stderr, " glfview print GLFv3 file\n"); fprintf(stderr, " flagstat simple stats\n"); - fprintf(stderr, " fillmd fill the MD tag and change identical base to =\n"); + fprintf(stderr, " fillmd fill the MD/NM tag and generate '=' bases\n"); fprintf(stderr, "\n"); return 1; }