Skip to content
Snippets Groups Projects
Commit 6c7ce5f1 authored by Arnaud Kerhornou's avatar Arnaud Kerhornou
Browse files

Foxed Type, sTDERR => STDERR

parent 80e274e1
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ sub run_script {
# print STDERR "processing " . @xrefs . " xrefs\n";
if (@xrefs == 0) {
print sTDERR "No xrefs for gene, " . $object->stable() . "!\n";
print STDERR "No xrefs for gene, " . $object->stable() . "!\n";
}
foreach my $xref (@xrefs) {
......
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