Skip to content
Snippets Groups Projects
Commit 7c94fea7 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Missed out adding orphan canonical IDs to the change_list.

parent 4ef5de12
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ foreach my $slice (@$slices) {
print $log_fh "Old=[undef,undef,undef,undef,undef,undef,undef]\n";
printf $log_fh "New=[%s,%s,%s,%s,%s,%s,'%s']\n", @{ $transcript_selector->encode_transcript($new_canonical) };
}
push @change_list,[$gene->dbID,$new_canonical->dbID];
} elsif ($new_canonical->dbID != $old_canonical->dbID) {
no warnings 'uninitialized';
printf "%s (%s) changed transcript from %s (%s) to %s (%s)\n",
......
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