]> git.donarmstrong.com Git - samtools.git/commitdiff
just typo. no real change
authorHeng Li <lh3@live.co.uk>
Tue, 9 Jun 2009 08:21:48 +0000 (08:21 +0000)
committerHeng Li <lh3@live.co.uk>
Tue, 9 Jun 2009 08:21:48 +0000 (08:21 +0000)
misc/samtools.pl

index 497b128d7fc3fd55edfe4f9c8335c94d83e5dd29..9bbce6f79bdd2ceafba1eecd7ec0db7301a0baf9 100755 (executable)
@@ -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});