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
34122642
Commit
34122642
authored
Mar 07, 2019
by
Matthieu Muffato
Browse files
bugfix: add the missing print statements for tweaks that add control-flow rules
parent
ee2c9c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/Bio/EnsEMBL/Hive/HivePipeline.pm
modules/Bio/EnsEMBL/Hive/HivePipeline.pm
+3
-0
No files found.
modules/Bio/EnsEMBL/Hive/HivePipeline.pm
View file @
34122642
...
...
@@ -589,6 +589,9 @@ sub apply_tweaks {
if
(
$operator
eq
'
=
'
or
$operator
eq
'
+=
')
{
# create new rules
Bio::EnsEMBL::Hive::Utils::PCL::
parse_wait_for
(
$self
,
$analysis
,
$new_value
);
foreach
my
$c_rule
(
@
{
$analysis
->
control_rules_collection
}
)
{
print
"
Tweak.Adding
\t
"
.
$c_rule
->
toString
.
"
\n
";
}
$need_write
=
1
;
}
...
...
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