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
942f9a29
Commit
942f9a29
authored
Jul 15, 2011
by
Leo Gordon
Browse files
formatting and cleanup
parent
41953ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
+3
-3
modules/Bio/EnsEMBL/Hive/Queen.pm
modules/Bio/EnsEMBL/Hive/Queen.pm
+0
-2
No files found.
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
View file @
942f9a29
...
...
@@ -51,9 +51,9 @@ sub adaptor {
}
sub
refresh
{
my
$self
=
shift
;
return
unless
(
$self
->
adaptor
);
$self
->
adaptor
->
refresh
(
$self
);
my
$self
=
shift
;
return
$self
->
adaptor
&&
$self
->
adaptor
->
refresh
(
$self
);
}
sub
update
{
...
...
modules/Bio/EnsEMBL/Hive/Queen.pm
View file @
942f9a29
...
...
@@ -516,8 +516,6 @@ sub synchronize_AnalysisStats {
return
$analysisStats
unless
(
$analysisStats
);
return
$analysisStats
unless
(
$analysisStats
->
analysis_id
);
my
$analysis_stats_adaptor
=
$self
->
db
->
get_AnalysisStatsAdaptor
or
return
undef
;
$analysisStats
->
refresh
();
## Need to get the new hive_capacity for dynamic analyses
my
$hive_capacity
=
$analysisStats
->
hive_capacity
;
...
...
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