Skip to content
Snippets Groups Projects
Commit 922981cf authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Test suite for Bio::EnsEMBL::Utils::SequenceOntologyMapper.

parent 6dc2d52e
No related branches found
No related tags found
No related merge requests found
#######################################################
# #
# Test Bio::EnsEMBL::Utils::SequenceOntologyMapper, #
# the mapper from Ensembl features object to sequence #
# ontology terms #
#######################################################
use strict;
use warnings;
use Test::More;
use Bio::EnsEMBL::Utils::SequenceOntologyMapper;
ok(1, 'Bio::EnsEMBL::Utils::SequenceOntologyMapper compiles');
done_testing();
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