Skip to content
Snippets Groups Projects
Commit c4fb2de4 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

set status for parser to failed if no xrefs found

parent cf9dbbc6
No related merge requests found
......@@ -105,7 +105,12 @@ SQL
$sth->finish;
print "Added $added Xrefs for ncRNAs\n" if($verbose);
return 0;
if ($added > 0) {
return 0;
} else {
return 1;
}
}
1;
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