Skip to content
Snippets Groups Projects
Commit 8636576a authored by Andy Yates's avatar Andy Yates
Browse files

Wrong package used I think

parent f1e1197a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
use strict;
use Getopt::Long;
use MultiTestDB;
use Bio::EnsEMBL::Test::MultiTestDB;
if( ! @ARGV ) {
print <<HELP
......@@ -40,7 +40,7 @@ GetOptions
my $sth;
my $multi = MultiTestDB->new();
my $multi = Bio::EnsEMBL::Test::MultiTestDB->new();
my $db = $multi->get_DBAdaptor( "core" );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment