From 5468816d11652d719912b5dda7e6d542ef711a42 Mon Sep 17 00:00:00 2001 From: Lee Katz Date: Wed, 11 Dec 2019 21:33:05 -0500 Subject: [PATCH] fixed minor installation bug --- Makefile.PL | 2 +- lib/Mashtree.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 444bcf8..7ee4981 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, diff --git a/lib/Mashtree.pm b/lib/Mashtree.pm index 6cc27db..cefafb2 100644 --- a/lib/Mashtree.pm +++ b/lib/Mashtree.pm @@ -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);