Skip to content
Snippets Groups Projects
Commit bcacb2a1 authored by Jessica Severin's avatar Jessica Severin
Browse files

removed global_cleanup from Extensions to RunnableDB. Now RunnableDB subclasses

don't have any ensembl-hive extensions.  To get access to extended hive functionality
one must inherit from Hive::Process.  A multiple inheritance is allowed like:
  our @ISA = qw( Bio::EnsEMBL::Hive::Process Bio::EnsEMBL::Pipeline::RunnableDB );
parent c8c45241
No related branches found
No related tags found
No related merge requests found
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