X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtk.c;h=576ff7dbeab9309b0ede73d37ca2d2f77e269d65;hb=f0b7a686f0f6581bc524353d7e783abbe9a94316;hp=7b64b8f3d0c79fb928facf6cc73cd69c94726de6;hpb=084a27854cc562b0ec2c649851a405fe894e860a;p=samtools.git diff --git a/bamtk.c b/bamtk.c index 7b64b8f..576ff7d 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.8-8 (r644)" +#define PACKAGE_VERSION "0.1.12-9 (r891)" #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; }