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

removed SimpleRuleAdaptor

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