X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=7e72b4e8f67e012747925c7302cea05c031f8a80;hb=8e0cda946df67b944828a049dea8315f33b9f7af;hp=1d0a758cada1f0b2418385139b6b2b46c6ffafd3;hpb=ea1bf85308be7146d11a0153391d99fcfb3f83ad;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 1d0a758..7e72b4e 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.10-6 (r839)" +#define PACKAGE_VERSION "0.1.12-7 (r888)" #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; }