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
5a11fa00
Commit
5a11fa00
authored
Apr 14, 2011
by
Leo Gordon
Browse files
showing how to use warning()
parent
c8e6e805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/SemaStart.pm
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/SemaStart.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/Hive/RunnableDB/LongMult/SemaStart.pm
View file @
5a11fa00
...
...
@@ -87,6 +87,8 @@ sub write_output { # nothing to write out, but some dataflow to perform:
# then we fan out into branch#2, and pass the $funnel_job_id to all of them
my
$fan_job_ids
=
$self
->
dataflow_output_id
(
$output_ids
,
2
,
{
-
semaphored_job_id
=>
$funnel_job_id
}
);
$self
->
warning
(
scalar
(
@$output_ids
)
.
'
multiplication jobs have been created
');
# warning messages get recorded into 'job_message' table
}
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