Skip to content
Snippets Groups Projects
Commit 23b30141 authored by Ian Longden's avatar Ian Longden
Browse files

get_available_adaptors to return ref not actual list

parent 9efa5e15
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ sub get_available_adaptors{
"AnalysisCtrlRule" => "Bio::EnsEMBL::Hive::DBSQL::AnalysisCtrlRuleAdaptor",
"DataflowRule" => "Bio::EnsEMBL::Hive::DBSQL::DataflowRuleAdaptor",
"SimpleRule" => "Bio::EnsEMBL::Hive::DBSQL::SimpleRuleAdaptor");
return (%pairs);
return (\%pairs);
}
1;
......
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