Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
6764a00d
Commit
6764a00d
authored
Apr 26, 2012
by
Andy Yates
Browse files
Don't give it an adaptor. Just causes warnings
parent
834b6f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
modules/t/ditagAdaptor.t
modules/t/ditagAdaptor.t
+5
-6
No files found.
modules/t/ditagAdaptor.t
View file @
6764a00d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment