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

Added missing record terminator in diagnostic log.

parent f120ca0e
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ foreach my $slice (@$slices) { ...@@ -147,6 +147,7 @@ foreach my $slice (@$slices) {
if (! defined($old_canonical)) { if (! defined($old_canonical)) {
# Original canonical transcript is now absent, or never set. # Original canonical transcript is now absent, or never set.
if ($log_fh) { if ($log_fh) {
print $log_fh "//\n";
print $log_fh "Old=[undef,undef,undef,undef,undef,undef,undef]\n"; 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) }; printf $log_fh "New=[%s,%s,%s,%s,%s,%s,'%s']\n", @{ $transcript_selector->encode_transcript($new_canonical) };
} }
......
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