Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
689bce79
Commit
689bce79
authored
Jun 02, 2004
by
Jessica Severin
Browse files
changed to expect Bio::EnsEMBL::Analysis objects
parent
c6c36b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/Bio/EnsEMBL/Hive/DBSQL/SimpleRuleAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/SimpleRuleAdaptor.pm
+2
-3
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/SimpleRuleAdaptor.pm
View file @
689bce79
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment