Skip to content

Commit

Permalink
bump release to 1.3.2
Browse files Browse the repository at this point in the history
in preparation to a new release of the code, to be reflected in conda
  • Loading branch information
warrenlr committed May 11, 2023
1 parent 97345c7 commit e20d7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/unikseq-Bloom.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
use vars qw($opt_k $opt_r $opt_i $opt_o $opt_s $opt_p $opt_l $opt_u $opt_m $opt_c $opt_t $opt_v);
getopts('k:r:i:o:p:l:u:s:m:c:t:v:');

my $version = "v1.3.2";
my $version = "v1.3.3";
my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0);

if(! $opt_r || ! $opt_i || ! $opt_o){
Expand Down
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 $opt_c $opt_t $opt_v);
getopts('k:r:i:o:p:l:u:s:m:c:t:v:');

my $version = "v1.3.2";
my $version = "v1.3.3";
my ($k, $regsz, $prop, $minnotunique, $minpercentunique,$maxpercentoutgroup,$cflag,$tsvflag) = (25,100,0,0,90,0,0,0);

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

0 comments on commit e20d7e8

Please sign in to comment.