Skip to content
Snippets Groups Projects
Commit dac8bc7b authored by Bronwen Aken's avatar Bronwen Aken
Browse files

Added new amino_acid_sub to the following:

    my @edits = ('initial_met', '_selenocysteine', 'amino_acid_sub');
for Drosophila.  (Like Selenocysteine, but any amino acid including '*' can be substituted.)
parent 40d1b336
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,6 @@ sub get_all_DBEntries {
my $dbID = $self->dbID();
return [] if(!$adaptor || !$dbID);
$self->{$cache_name} =
$self->adaptor->db->get_DBEntryAdaptor->fetch_all_by_Translation($self, $ex_db_exp, $ex_db_type);
}
......@@ -901,7 +900,7 @@ sub get_all_SeqEdits {
my $attribs;
my @edits = ('initial_met', '_selenocysteine');
my @edits = ('initial_met', '_selenocysteine', 'amino_acid_sub');
foreach my $edit(@edits){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment