From: Heng Li Date: Tue, 9 Jun 2009 08:21:48 +0000 (+0000) Subject: just typo. no real change X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa9ef2fe3ff75c4e628428f59a04e98c60ca08cc;p=samtools.git just typo. no real change --- diff --git a/misc/samtools.pl b/misc/samtools.pl index 497b128..9bbce6f 100755 --- a/misc/samtools.pl +++ b/misc/samtools.pl @@ -49,12 +49,12 @@ Options: -Q INT minimum RMS mapping quality [$opts{Q}] -w INT SNP within INT bp around a gap to be filtered [$opts{w}] -W INT window size for filtering dense SNPs [$opts{W}] - -N INT max number of SNPs in a window [$opts{W}] + -N INT max number of SNPs in a window [$opts{N}] -l INT window size for filtering adjacent gaps [$opts{l}] -p print filtered variants -/) if (@ARGV == 0 && -t STDIN); +\n/) if (@ARGV == 0 && -t STDIN); # calculate the window size my ($ol, $ow, $oW) = ($opts{l}, $opts{w}, $opts{W});