Skip to content
Snippets Groups Projects
Commit e7aa3f29 authored by Maurice Hendrix's avatar Maurice Hendrix
Browse files

changes to do checks per chromosome

parent 4cfbba31
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ sub check_for_stops {
my $mod_date = $support->date_format( $gene->modified_date,'%d/%m/%y' );
my $hidden_remak_ttributes;
TRANS:
foreach my $trans (@$transcripts) {
foreach my $trans ($transcripts) {
my $tsi = $trans->stable_id;
my $tID = $trans->dbID;
my $tname = $trans->get_all_Attributes('name')->[0]->value;
......
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