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
585edf27
Commit
585edf27
authored
Aug 11, 2004
by
Jessica Severin
Browse files
fixed bug in blocking/unblocking via ctrl_rules
parent
e599ddde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/Bio/EnsEMBL/Hive/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+4
-2
No files found.
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
585edf27
...
...
@@ -347,8 +347,10 @@ sub check_blocking_control_rules
}
if
(
$allRulesDone
)
{
#print(" UNBLOCK analysis : all conditions met\n");
$stats
->
adaptor
->
update_status
(
$stats
->
analysis_id
,
'
READY
');
if
(
$stats
->
status
eq
'
BLOCKED
')
{
#print(" UNBLOCK analysis : all conditions met\n");
$stats
->
adaptor
->
update_status
(
$stats
->
analysis_id
,
'
READY
');
}
}
else
{
#print(" RE-BLOCK analysis : all conditions met\n");
$stats
->
adaptor
->
update_status
(
$stats
->
analysis_id
,
'
BLOCKED
');
...
...
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