X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=a5a0da385224cdb79c20072dd2da3e5328f91af3;hb=6ed91e9cf6d11c718bc8b2bea412108555d55bba;hp=591257b9c7c119f51267bdbcdeda8ff96865a590;hpb=3d0fb2fa78f3cafc854fde0a9b5ea56047f2890a;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 591257b..a5a0da3 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.10-2 (r832)" +#define PACKAGE_VERSION "0.1.12-1 (r873)" #endif int bam_taf2baf(int argc, char *argv[]); @@ -95,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; }