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
18cfd577
Commit
18cfd577
authored
Dec 03, 2013
by
Leo Gordon
Browse files
separate output files by LSF_job_id and LSF_jobarray_index
parent
18417dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/beekeeper.pl
scripts/beekeeper.pl
+2
-2
No files found.
scripts/beekeeper.pl
View file @
18cfd577
...
...
@@ -378,8 +378,8 @@ sub run_autonomously {
.
(
defined
(
$worker_cmd_args
)
?
"
$worker_cmd_args
"
:
'');
if
(
$self
->
{'
submit_log_dir
'}
)
{
$self
->
{'
submit_stdout_file
'}
=
$self
->
{'
submit_log_dir
'}
.
"
/submit_
${beekeeper_pid}
_iter
${iteration}
_
${rc_name}
.out
";
$self
->
{'
submit_stderr_file
'}
=
$self
->
{'
submit_log_dir
'}
.
"
/submit_
${beekeeper_pid}
_iter
${iteration}
_
${rc_name}
.err
";
$self
->
{'
submit_stdout_file
'}
=
$self
->
{'
submit_log_dir
'}
.
"
/submit_
${beekeeper_pid}
_iter
${iteration}
_
${rc_name}
_%J_%I
.out
";
$self
->
{'
submit_stderr_file
'}
=
$self
->
{'
submit_log_dir
'}
.
"
/submit_
${beekeeper_pid}
_iter
${iteration}
_
${rc_name}
_%J_%I
.err
";
}
$this_meadow
->
submit_workers
(
$specific_worker_cmd
,
$this_meadow_rc_worker_count
,
$iteration
,
...
...
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