Skip to content

Commit

Permalink
removing Bio::Kmer from this actual package to avoid cpan confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 30, 2020
1 parent b966948 commit 8ab828f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 726 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bin/mashtree_bootstrap.pl
bin/min_abundance_finder.pl
CHANGES
docs/SQL.md
lib/Bio/Kmer.pm
lib/Mashtree.pm
lib/Mashtree/Db.pm
lib/Mashtree/Mash.pm
Expand Down
6 changes: 5 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ use 5.010;

use ExtUtils::MakeMaker;

use FindBin qw/$RealBin/;
use lib "$RealBin/lib";
use lib "$RealBin/lib/perl5";

# Some help from
# http://blogs.perl.org/users/michal_wojciechowski/2011/11/github-friendly-readme-files-with-extutils-makemaker-and-module-build.html
my $preop = 'true;';
Expand Down Expand Up @@ -58,7 +62,7 @@ WriteMakefile1(
'Bio::Tree::Statistics'=> 0,
'Bio::Tree::DistanceFactory'=> 0,
'Bio::Sketch::Mash' => 0, # ensures that Mash gets loaded
#'Bio::Kmer' => 0.19,
'Bio::Kmer' => 0.26,
#'Graph::Dijkstra'=> 0,
#'Readonly' => 0,
'JSON' => '2.90',
Expand Down
Loading

0 comments on commit 8ab828f

Please sign in to comment.