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
61ba2837
Commit
61ba2837
authored
20 years ago
by
Graham McVicker
Browse files
Options
Downloads
Patches
Plain Diff
selenocystein -> selenocysteine
parent
c29736f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/Bio/EnsEMBL/Translation.pm
+6
-6
6 additions, 6 deletions
modules/Bio/EnsEMBL/Translation.pm
with
6 additions
and
6 deletions
modules/Bio/EnsEMBL/Translation.pm
+
6
−
6
View file @
61ba2837
...
...
@@ -539,11 +539,11 @@ sub seq {
Arg [1] : optional string $attrib_code
The code of the attribute type to retrieve values for.
Example : ($sc_attr) = @{$tl->get_all_Attributes('_selenocystein')};
Example : ($sc_attr) = @{$tl->get_all_Attributes('_selenocystein
e
')};
@tl_attributes = @{$translation->get_all_Attributes()};
Description: Gets a list of Attributes of this translation.
Optionally just get Attrubutes for given code.
Recognized attribute "_selenocystein"
Recognized attribute "_selenocystein
e
"
Returntype : listref Bio::EnsEMBL::Attribute
Exceptions : warning if translation does not have attached adaptor and
attempts lazy load.
...
...
@@ -579,9 +579,9 @@ sub get_all_Attributes {
Arg [1...] : Bio::EnsEMBL::Attribute $attribute
You can have more Attributes as arguments, all will be added.
Example : $translation->add_Attributes($selenocystein_attribute);
Example : $translation->add_Attributes($selenocystein
e
_attribute);
Description: Adds an Attribute to the Translation. Usefull to
do _selenocystein.
do _selenocystein
e
.
If you add an attribute before you retrieve any from database,
lazy load will be disabled.
Returntype : none
...
...
@@ -623,7 +623,7 @@ sub get_all_SeqEdits {
my
@seqeds
;
my
$attribs
=
$self
->
get_all_Attributes
('
_selenocystein
');
my
$attribs
=
$self
->
get_all_Attributes
('
_selenocystein
e
');
# convert attributes to SeqEdit objects
foreach
my
$a
(
@$attribs
)
{
...
...
@@ -638,7 +638,7 @@ sub get_all_SeqEdits {
Arg 1 : Bio::Seq $peptide
Example : my $seq = Bio::Seq->new(-SEQ => $dna)->translate();
$translation->modify_translation($seq);
Description: Applies sequence edits such as selenocysteins to the Bio::Seq
Description: Applies sequence edits such as selenocystein
e
s to the Bio::Seq
peptide thats passed in
Returntype : Bio::Seq
Exceptions :
...
...
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