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

fixed stable_id method call; stable(), should be called stable_id()

parent 6c7ce5f1
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_id() . "!\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