Skip to content
Snippets Groups Projects
Commit f301fd68 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Minor comment changes.

parent 8dde06b2
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,12 @@ use warnings;
use base qw( Bio::EnsEMBL::Collection );
#-----------------------------------------------------------------------
# Specialized protected methods from (super) base class
# Specialized protected methods from super base class
# Bio::EnsEMBL::DBSQL::BaseAdaptor
#-----------------------------------------------------------------------
sub _left_join {
# Not all genes have a display_xref_id...
return ( [ 'xref', 'x.xref_id = g.display_xref_id' ] );
}
......
......@@ -8,7 +8,7 @@ use warnings;
use base qw( Bio::EnsEMBL::Collection );
#-----------------------------------------------------------------------
# Specialized protected methods from base class
# Specialized protected methods from super base class
# Bio::EnsEMBL::DBSQL::BaseAdaptor
#-----------------------------------------------------------------------
......
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