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

changed to expect Bio::EnsEMBL::Analysis objects

parent c6c36b0f
No related branches found
No related tags found
No related merge requests found
......@@ -268,9 +268,8 @@ sub _objs_from_sth {
-goal_analysis => $goal_analysis);
push @rules, $rule;
print(" simple_rule dbID=".$rule->dbID.
" condition_id=".$rule->conditionAnalysis->dbID .
" goal_id=".$rule->goalAnalysis->dbID .
" goal_type=".$rule->goalAnalysis->input_id_type . "\n");
" condition_id=".$rule->conditionAnalysis->dbID .
" goal_id=".$rule->goalAnalysis->dbID . "\n");
}
return \@rules;
......
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