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
0f4b0911
Commit
0f4b0911
authored
Sep 21, 2012
by
Leo Gordon
Browse files
fetch_all never seems to be executed for these adaptors
parent
fdbcd14a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
+0
-17
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm
+0
-6
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
View file @
0f4b0911
...
...
@@ -182,23 +182,6 @@ sub fetch_by_dbID {
}
=head2 fetch_all
Arg : None
Example :
Description: fetches all jobs from database
Returntype :
Exceptions :
Caller :
=cut
sub
fetch_all
{
my
$self
=
shift
;
return
$self
->
_generic_fetch
();
}
=head2 fetch_all_failed_jobs
Arg [1] : (optional) int $analysis_id
...
...
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisStatsAdaptor.pm
View file @
0f4b0911
...
...
@@ -89,12 +89,6 @@ sub fetch_by_analysis_id {
}
sub
fetch_all
{
my
$self
=
shift
;
return
$self
->
_generic_fetch
();
}
sub
fetch_by_needed_workers
{
my
(
$self
,
$limit
,
$resource_class_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