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

moved the encode_hash function into the 'top level' name space (main::encode_hash)

parent 2855d34c
No related branches found
No related tags found
No related merge requests found
......@@ -177,9 +177,8 @@ sub Bio::EnsEMBL::Pipeline::RunnableDB::branch_code
return $self->{'_branch_code'};
}
sub Bio::EnsEMBL::Pipeline::RunnableDB::encode_hash
sub main::encode_hash
{
my $self = shift;
my $hash_ref = shift;
return "" unless($hash_ref);
......
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