Skip to content

Commit

Permalink
change -g from 5 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Jan 22, 2011
1 parent 156cad8 commit 7cd0d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgsim_eval.pl
Expand Up @@ -24,12 +24,12 @@
} elsif ($command eq 'uniqcmp') {
&uniqcmp;
} else {
die('[wgsim_eval] unrecognized command.\n');
die("[wgsim_eval] unrecognized command.\n");
}
exit;

sub alneval {
my %opts = (g=>5);
my %opts = (g=>20);
getopts('pag:', \%opts);
die(qq/
Usage: wgsim_eval.pl alneval [options] <in.sam>\n
Expand Down

0 comments on commit 7cd0d8d

Please sign in to comment.