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
6b6a4997
Commit
6b6a4997
authored
Jan 27, 2015
by
Leo Gordon
Browse files
use job breakout_label as more legible
parent
ae614ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
+4
-8
No files found.
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
View file @
6b6a4997
...
...
@@ -275,20 +275,16 @@ sub job_count_breakout {
sub
toString
{
my
$self
=
shift
@_
;
my
$analysis
=
$self
->
analysis
;
my
(
$breakout_label
,
$total_job_count
,
$count_hash
)
=
$self
->
job_count_breakout
;
my
$analysis
=
$self
->
analysis
;
my
$output
.=
sprintf
("
%-27s(%2d) %11s jobs(
Sem:%d, Rdy:%d, InProg:%d, Done+Pass:%d, Fail:%d)=%d A
ve_msec:%d, workers(Running:%d, Reqired:%d)
",
my
$output
.=
sprintf
("
%-27s(%2d) %11s
,
jobs(
%24s ), a
ve_msec:%d, workers(Running:%d, Reqired:%d)
",
$analysis
->
logic_name
,
$self
->
analysis_id
//
0
,
$self
->
status
,
$self
->
semaphored_job_count
,
$self
->
ready_job_count
,
$self
->
inprogress_job_count
,
$self
->
done_job_count
,
$self
->
failed_job_count
,
$self
->
total_job_count
,
$breakout_label
,
$self
->
avg_msec_per_job
,
...
...
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