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
Commits
e9e245d3
Commit
e9e245d3
authored
Oct 28, 2011
by
Kieron Taylor
😠
Browse files
POD changes. Slight adjustment of summary hash methods.
parent
96f7b6c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
modules/Bio/EnsEMBL/Gene.pm
modules/Bio/EnsEMBL/Gene.pm
+1
-0
modules/Bio/EnsEMBL/Transcript.pm
modules/Bio/EnsEMBL/Transcript.pm
+1
-1
modules/Bio/EnsEMBL/Translation.pm
modules/Bio/EnsEMBL/Translation.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Gene.pm
View file @
e9e245d3
...
...
@@ -1485,6 +1485,7 @@ sub summary_as_hash {
my
$summary_ref
=
$self
->
SUPER::
summary_as_hash
;
$summary_ref
->
{'
description
'}
=
$self
->
description
;
$summary_ref
->
{'
biotype
'}
=
$self
->
biotype
;
$summary_ref
->
{'
external_name
'}
=
$self
->
external_name
;
return
$summary_ref
;
}
...
...
modules/Bio/EnsEMBL/Transcript.pm
View file @
e9e245d3
...
...
@@ -2673,7 +2673,7 @@ sub summary_as_hash {
=head2 get_Gene
Example : $gene = $transcript->get_parent_Gene;
Description : Locates the parent Gene using a transcript dbID
via two adaptors
Description : Locates the parent Gene using a transcript dbID
Returns : Bio::EnsEMBL::Gene
=cut
...
...
modules/Bio/EnsEMBL/Translation.pm
View file @
e9e245d3
...
...
@@ -1216,7 +1216,7 @@ sub get_all_DAS_Features{
sub
summary_as_hash
{
my
$self
=
shift
;
my
%summary
;
$summary
{'
display_id
'}
=
$self
->
display_id
;
$summary
{'
ID
'}
=
$self
->
display_id
;
$summary
{'
genomic_start
'}
=
$self
->
genomic_start
;
$summary
{'
genomic_end
'}
=
$self
->
genomic_end
;
my
$transcript
=
$self
->
transcript
;
...
...
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