X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=64ed4de4df8029c48c52313214cb056c2d4ee088;hb=c1e9248358a76e932de6f21039e56dbca9950dae;hp=6d7b832f1d69da7e475bd7832f27f1fd8f0943e7;hpb=4c8c9dfc1e3b3b066a62a703fd3ba04db6ad5a45;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 6d7b832..64ed4de 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.10-1 (r831)" +#define PACKAGE_VERSION "0.1.12-8 (r889)" #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; }