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

Don't give it an adaptor. Just causes warnings

parent 834b6f1d
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,11 @@ ok($ditag_adaptor && ref $ditag_adaptor);
#test store
my $new_ditag = Bio::EnsEMBL::Map::Ditag->new (
-name => $name,
-type => $type,
-count => $tag_count,
-sequence => $sequence,
-adaptor => $ditag_adaptor,
);
-name => $name,
-type => $type,
-count => $tag_count,
-sequence => $sequence,
);
my @ditags = ( $new_ditag );
#hide the contents of ditag table
......
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