Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/EnsEMBL/Web/Component/Gene/ComparaParalogs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ sub content {
$button_set{'view'} = 1;
}

$html .= $self->_show_unannotated_paralogs_info_panel($strain_url);

$html .= $table->render;

return $html;
Expand Down Expand Up @@ -258,5 +260,7 @@ sub species_tree_node_label {
}
}

sub _show_unannotated_paralogs_info_panel {} # stub method for use in plugins

1;