Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
153d7ccd
Commit
153d7ccd
authored
Dec 08, 2011
by
Leo Gordon
Browse files
checked in by mistake last time; took back the changes now
parent
26a2ced3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
+5
-6
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
View file @
153d7ccd
...
...
@@ -128,10 +128,10 @@ sub pipeline_analyses {
{
'
a_multiplier
'
=>
$self
->
o
('
second_mult
'),
'
b_multiplier
'
=>
$self
->
o
('
first_mult
')
},
],
-
flow_into
=>
{
#
2 => [ 'part_multiply' ], # will create a fan of jobs
#
1 => [ 'add_together' ], # will create a funnel job to wait for the fan to complete and add the results
'
2->A
'
=>
[
'
part_multiply
'
],
# will create a semaphored fan of jobs (comment out the -wait_for rule from 'add_together')
'
A->1
'
=>
[
'
add_together
'
],
# will create a semaphored funnel job to wait for the fan to complete and add the results
2
=>
[
'
part_multiply
'
],
# will create a fan of jobs
1
=>
[
'
add_together
'
],
# will create a funnel job to wait for the fan to complete and add the results
#
'2->A' => [ 'part_multiply' ], # will create a semaphored fan of jobs (comment out the -wait_for rule from 'add_together')
#
'A->1' => [ 'add_together' ], # will create a semaphored funnel job to wait for the fan to complete and add the results
},
},
...
...
@@ -153,8 +153,7 @@ sub pipeline_analyses {
-
input_ids
=>
[
# (jobs for this analysis will be flown_into via branch-1 from 'start' jobs above)
],
# -wait_for => [ 'part_multiply' ], # we can only start adding when all partial products have been computed
-
priority
=>
10
,
-
wait_for
=>
[
'
part_multiply
'
],
# we can only start adding when all partial products have been computed
-
flow_into
=>
{
1
=>
[
'
:////final_result
'
],
},
...
...
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