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
8623c5d2
Commit
8623c5d2
authored
Jul 13, 2009
by
Leo Gordon
Browse files
copied from branch
parent
80a19c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
+5
-3
No files found.
modules/Bio/EnsEMBL/Hive/AnalysisJob.pm
View file @
8623c5d2
...
...
@@ -137,9 +137,11 @@ sub stderr_file {
sub
print_job
{
my
$self
=
shift
;
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
",
my
$logic_name
=
$self
->
adaptor
()
?
$self
->
adaptor
->
db
->
get_AnalysisAdaptor
->
fetch_by_dbID
(
$self
->
analysis_id
)
->
logic_name
()
:
'';
printf
("
job_id=%d %35s(%5d) retry=%d input_id='%s'
\n
",
$self
->
dbID
,
$logic_name
,
$self
->
analysis_id
,
...
...
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