X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=9706069828948c274db15ffe99c2717c83ca9fe0;hb=75777ee24e3856598bbe24683656148915755b53;hp=c70b41d34c793afe23b57b63d9f33ba892f01617;hpb=7f8bb285b631bd30a116ff5b5495563c7f5438f2;p=samtools.git diff --git a/bamtk.c b/bamtk.c index c70b41d..9706069 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.8-7 (r639)" +#define PACKAGE_VERSION "0.1.12-6 (r887)" #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; }