Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
ceba1e0a
Commit
ceba1e0a
authored
13 years ago
by
Kieron Taylor
Browse files
Options
Downloads
Patches
Plain Diff
POD corrections
parent
de55403a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/Bio/EnsEMBL/IdMapping/Cache.pm
+0
-27
0 additions, 27 deletions
modules/Bio/EnsEMBL/IdMapping/Cache.pm
modules/Bio/EnsEMBL/Storable.pm
+0
-5
0 additions, 5 deletions
modules/Bio/EnsEMBL/Storable.pm
with
0 additions
and
32 deletions
modules/Bio/EnsEMBL/IdMapping/Cache.pm
+
0
−
27
View file @
ceba1e0a
...
...
@@ -23,8 +23,6 @@
Bio::EnsEMBL::IdMapping::Cache - a cache to hold data objects used by the
IdMapping application
=head1 SYNOPSIS
=head1 DESCRIPTION
=head1 METHODS
...
...
@@ -1298,37 +1296,12 @@ sub slice_names {
}
## end sub slice_names
=head2 logger
Arg[1] :
Example :
Description :
Return type :
Exceptions :
Caller :
Status :
=cut
sub
logger
{
my
$self
=
shift
;
$self
->
{'
logger
'}
=
shift
if
(
@
_
);
return
$self
->
{'
logger
'};
}
=head2 conf
Arg[1] :
Example :
Description :
Return type :
Exceptions :
Caller :
Status :
=cut
sub
conf
{
my
$self
=
shift
;
$self
->
{'
conf
'}
=
shift
if
(
@
_
);
...
...
This diff is collapsed.
Click to expand it.
modules/Bio/EnsEMBL/Storable.pm
+
0
−
5
View file @
ceba1e0a
...
...
@@ -35,8 +35,6 @@ in the database should inherit from this class. It provides two
getter/setters: dbID() adaptor(). And a is_stored() method that can be
used to determine if an object is already stored in a database.
=head1 METHODS
=cut
use
strict
;
...
...
@@ -54,7 +52,6 @@ use Scalar::Util qw(weaken);
Arg [-ADAPTOR] : Bio::EnsEMBL::DBSQL::BaseAdaptor
Arg [-dbID] : database internal id
Example : none
Caller : internal calls
Description : create a new Storable object
Returntype : Bio::EnsEMBL::Storable
...
...
@@ -84,7 +81,6 @@ sub new {
=head2 dbID
Arg [1] : int $dbID
Example : none
Description: getter/setter for the database internal id
Returntype : int
Exceptions : none
...
...
@@ -104,7 +100,6 @@ sub dbID {
=head2 adaptor
Arg [1] : Bio::EnsEMBL::DBSQL::BaseAdaptor $adaptor
Example : none
Description: get/set for this objects Adaptor
Returntype : Bio::EnsEMBL::DBSQL::BaseAdaptor
Exceptions : none
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment