Skip to content

Commit

Permalink
Update unikseq.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenlr committed Sep 23, 2022
1 parent e350880 commit 884f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unikseq.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use vars qw($opt_k $opt_r $opt_i $opt_o $opt_s $opt_p $opt_l $opt_u $opt_m);
getopts('k:r:i:o:p:l:u:s:m:');

my $version = "v0-2-8beta";
my $version = "v1.0.0";
my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup) = (25,100,25,1,90,0);

if(! $opt_r || ! $opt_i || ! $opt_o){
Expand Down

0 comments on commit 884f3d2

Please sign in to comment.