]> git.donarmstrong.com Git - samtools.git/blobdiff - bamtk.c
* samtools-0.1.12-6 (r887)
[samtools.git] / bamtk.c
diff --git a/bamtk.c b/bamtk.c
index 2f5970ef1547d1ba1a4fc8a76e1f230aacd7af92..9706069828948c274db15ffe99c2717c83ca9fe0 100644 (file)
--- a/bamtk.c
+++ b/bamtk.c
@@ -9,7 +9,7 @@
 #endif
 
 #ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "0.1.7-16 (r595)"
+#define PACKAGE_VERSION "0.1.12-6 (r887)"
 #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");
@@ -94,6 +95,12 @@ static int usage()
        fprintf(stderr, "         rmdup       remove PCR duplicates\n");
        fprintf(stderr, "         reheader    replace BAM header\n");
        fprintf(stderr, "\n");
+#ifdef _WIN32
+       fprintf(stderr, "\
+Note: The Windows version of SAMtools is mainly designed for read-only\n\
+      operations, such as viewing the alignments and generating the pileup.\n\
+      Binary files generated by the Windows version may be buggy.\n\n");
+#endif
        return 1;
 }