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
Commits
db93816b
Commit
db93816b
authored
Nov 23, 2009
by
Eugene Kulesha
Browse files
all methods by default work with LRG object
parent
f9716da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/LRGSlice.pm
modules/Bio/EnsEMBL/LRGSlice.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/LRGSlice.pm
View file @
db93816b
...
@@ -153,6 +153,8 @@ sub AUTOLOAD {
...
@@ -153,6 +153,8 @@ sub AUTOLOAD {
my
$method
=
$AUTOLOAD
;
my
$method
=
$AUTOLOAD
;
$method
=~
s/.*:://
;
$method
=~
s/.*:://
;
return
$self
->
{'
_orig_slice
'}
->
$method
(
@
_
);
if
(
$method
=~
/^get_all_Attribute/
){
if
(
$method
=~
/^get_all_Attribute/
){
# print STDERR "get_all_Attribbutes called\n";
# print STDERR "get_all_Attribbutes called\n";
...
...
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