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-io
Commits
e4106b73
Commit
e4106b73
authored
Feb 14, 2019
by
Tiago Grego
Browse files
updated gffSerialiser tests to latest schema
parent
9a505572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/t/utils_io/gffSerialiser.t
modules/t/utils_io/gffSerialiser.t
+4
-2
No files found.
modules/t/utils_io/gffSerialiser.t
View file @
e4106b73
...
...
@@ -23,9 +23,11 @@ use Bio::EnsEMBL::Utils::IO::GFFSerializer;
use
Bio::EnsEMBL::
Feature
;
use
Bio::EnsEMBL::
Slice
;
use
IO::
String
;
use
FindBin
qw/$Bin/
;
my
$db
=
Bio::EnsEMBL::Test::
MultiTestDB
->
new
();
my
$dba
=
$db
->
get_DBAdaptor
('
core
');
my
$mtdb
=
Bio::EnsEMBL::Test::
MultiTestDB
->
new
(
undef
,
"
$Bin
/..
");
my
$dba
=
$mtdb
->
get_DBAdaptor
("
core
");
my
$id
=
'
ENSG00000131044
';
...
...
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