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
d2b10fe5
Commit
d2b10fe5
authored
May 26, 2005
by
Jessica Severin
Browse files
fixed print_job method
parent
d9eaabe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
+8
-4
No files found.
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
View file @
d2b10fe5
...
...
@@ -136,10 +136,14 @@ sub stderr_file {
sub
print_job
{
my
$self
=
shift
;
print
("
WORKER: hive_id=
",
$self
->
hive_id
,
"
host=
",
$self
->
host
,
"
ppid=
",
$self
->
process_id
,
"
\n
");
my
$logic_name
=
'';
$logic_name
=
$self
->
adaptor
->
db
->
get_AnalysisAdaptor
->
fetch_by_dbID
(
$self
->
analysis_id
)
->
logic_name
if
(
$self
->
adaptor
);
printf
("
job_id=%d %s(%d) retry=%d input_id='%s'
\n
",
$self
->
dbID
,
$logic_name
,
$self
->
analysis_id
,
$self
->
retry_count
,
$self
->
input_id
);
}
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