Skip to content
Snippets Groups Projects
Commit dbbd0e94 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

*** empty log message ***

parent 10c1f71c
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,9 @@ for my $dbname ( @dbnames ) {
print "Transcript " . $transcript->stable_id() . " intron $intron_number length " . $intron->length() . "\n" if ($print);
my $attribute = Bio::EnsEMBL::Attribute->new(-CODE => 'Frameshift',
-NAME => 'Frameshift',
-DESCRIPTION => 'Frameshift modelled as intron',
-VALUE => $intron_number);
-NAME => 'Frameshift',
-DESCRIPTION => 'Frameshift modelled as intron',
-VALUE => $intron_number);
my @attribs = ($attribute);
......
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