From d5bc855849345e49683f398c766794cf16b01b6c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 1 Jun 2009 13:35:13 +0000 Subject: [PATCH] * samtools.pl-0.2.1 * fixed a typo --- misc/samtools.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/samtools.pl b/misc/samtools.pl index 6fba900..a26ac10 100755 --- a/misc/samtools.pl +++ b/misc/samtools.pl @@ -6,7 +6,7 @@ use strict; use warnings; use Getopt::Std; -my $version = '0.2.0'; +my $version = '0.2.1'; &usage if (@ARGV < 1); my $command = shift(@ARGV); @@ -82,7 +82,7 @@ Options: -D INT maximum read depth [$opts{D}] sub snpFilter { my %opts = (f=>'', Q=>40, d=>3, w=>10, D=>0, N=>2, W=>10, q=>20, s=>50); - getopts('fs:w:q:Q:d:D:W:N:', \%opts); + getopts('f:s:w:q:Q:d:D:W:N:', \%opts); die(qq{ Usage: samtools.pl snpFilter [options] -- 2.39.2