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
fe2a9468
Commit
fe2a9468
authored
Nov 23, 2015
by
Matthieu Muffato
Browse files
Better way of sharing the "take_time" parameter
parent
39a9b86b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultWf_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultWf_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultWf_conf.pm
View file @
fe2a9468
...
...
@@ -134,7 +134,7 @@ sub pipeline_analyses {
{
'
a_multiplier
'
=>
'
327358788
',
'
b_multiplier
'
=>
'
9650156169
'
},
],
-
flow_into
=>
{
2
=>
{
'
part_multiply
'
=>
{
'
a_multiplier
'
=>
'
#a_multiplier#
',
'
digit
'
=>
'
#digit#
'
,
'
take_time
'
=>
'
#take_time#
'
}
},
2
=>
{
'
part_multiply
'
=>
{
'
a_multiplier
'
=>
'
#a_multiplier#
',
'
digit
'
=>
'
#digit#
'
}
},
# do not need to include "take_time" because it is already "pipeline-wide"
1
=>
[
'
add_together
'
],
},
},
...
...
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
View file @
fe2a9468
...
...
@@ -134,7 +134,7 @@ sub pipeline_analyses {
],
-
flow_into
=>
{
# will create a semaphored fan of jobs; will use a template to top-up the hashes:
'
2->A
'
=>
{
'
part_multiply
'
=>
{
'
a_multiplier
'
=>
'
#a_multiplier#
',
'
digit
'
=>
'
#digit#
'
,
'
take_time
'
=>
'
#take_time#
'
}
},
'
2->A
'
=>
{
'
part_multiply
'
=>
{
'
a_multiplier
'
=>
'
#a_multiplier#
',
'
digit
'
=>
'
#digit#
'
}
},
# do not need to include "take_time" because it is already "pipeline-wide"
# will create a semaphored funnel job to wait for the fan to complete and add the results:
'
A->1
'
=>
[
'
add_together
'
],
},
...
...
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