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
636e7d85
Commit
636e7d85
authored
Jul 07, 2017
by
Matthieu Muffato
Browse files
bugfix: need to add back @worker_cmd_components
parent
a7a12113
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/Meadow/LOCAL.pm
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
View file @
636e7d85
...
...
@@ -125,6 +125,8 @@ sub kill_worker {
sub
submit_workers_return_meadow_pids
{
my
(
$self
,
$worker_cmd
,
$required_worker_count
,
$iteration
,
$rc_name
,
$rc_specific_submission_cmd_args
,
$submit_log_subdir
)
=
@_
;
my
@worker_cmd_components
=
split_for_bash
(
$worker_cmd
);
# FIXME: change the interface so that $worker_cmd itself is passed in as ARRAYref
my
$job_name
=
$self
->
job_array_common_name
(
$rc_name
,
$iteration
);
$ENV
{
EHIVE_SUBMISSION_NAME
}
=
$job_name
;
...
...
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