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

Make the RepeatFeature feature collection use STRAIGHT_JOIN since the

RepeatFeature adaptor uses it.  Don't seem to make a difference to
timing results though.
parent 2c4538b7
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,16 @@ use warnings;
use base qw( Bio::EnsEMBL::Collection );
#-----------------------------------------------------------------------
# Specialized protected methods from base class
# Bio::EnsEMBL::DBSQL::BaseAdaptor
#-----------------------------------------------------------------------
sub _straight_join {
# Makes no difference? The RepeatFeature adaptor has it...
return 1;
}
#-----------------------------------------------------------------------
# Specialized protected methods from base class Bio::EnsEMBL::Collection
#-----------------------------------------------------------------------
......
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