Skip to content
Snippets Groups Projects
Commit 90df228e authored by Arne Stabenau's avatar Arne Stabenau
Browse files

Qtl and QtlFeature Adaptor get functions added

parent b658446a
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,43 @@ sub new {
}
=head2 get_QtlFeatureAdaptor
Args : none
Example : none
Description: ...
Returntype : Bio::EnsEMBL::Map::DBSQL::QtlFeatureAdaptor
Exceptions : none
Caller : general
=cut
sub get_QtlFeatureAdaptor {
my( $self ) = @_;
return
$self->_get_adaptor("Bio::EnsEMBL::Map::DBSQL::QtlFeatureAdaptor");
}
=head2 get_QtlAdaptor
Args : none
Example : none
Description: ...
Returntype : Bio::EnsEMBL::Map::DBSQL::QtlAdaptor
Exceptions : none
Caller : general
=cut
sub get_QtlAdaptor {
my( $self ) = @_;
return
$self->_get_adaptor("Bio::EnsEMBL::Map::DBSQL::QtlAdaptor");
}
=head2 get_MetaContainer
Args : none
......
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