Skip to content

Commit

Permalink
check otherfeatures present for merged
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Aug 2, 2017
1 parent 340a95d commit 231d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/AnnotationSourceAdaptor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sub get_all_from_database {
});

# special case merged
if($self->param('merged')) {
if($self->param('merged') && $self->get_adaptor('otherfeatures', 'slice')) {
my $core_type_bak = $self->param('core_type');
$self->param('core_type', 'otherfeatures');

Expand Down

0 comments on commit 231d551

Please sign in to comment.