Skip to content

Commit

Permalink
fixed minor installation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Dec 12, 2019
1 parent 945301c commit 5468816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ WriteMakefile1(
'File::Which' => 0,
'DBI' => 0,
'DBD::SQLite' => 0,
'Bio::Perl' => 1,
'Bio::Perl' => 0,
#'Bio::Matrix::IO'=> 0,
#'Bio::Tree::Statistics'=> 0,
#'Bio::Tree::DistanceFactory'=> 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mashtree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local $0=basename $0;
######
# CONSTANTS

our $VERSION = "1.0";
our $VERSION = "1.0.1";
our $MASHTREE_VERSION=$VERSION;
our @fastqExt=qw(.fastq.gz .fastq .fq .fq.gz);
our @fastaExt=qw(.fasta .fna .faa .mfa .fas .fsa .fa);
Expand Down

0 comments on commit 5468816

Please sign in to comment.