Skip to content
Snippets Groups Projects
Commit ce16fca5 authored by Graham McVicker's avatar Graham McVicker
Browse files

print -> print STDERR

parent c7a3ccfa
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ sub process_insert {
$$cdna_ins_pos_ref < $transcript->cdna_coding_end()) {
info("insertion in cds ($insert_len)");
print "BEFORE CDS INSERT:\n";
print STDERR "BEFORE CDS INSERT:\n";
print_exon($exon, $transcript);
$code |= StatMsg::CDS;
......
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