Skip to content
Snippets Groups Projects
Commit dd985220 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Remember to cancel previous alarm when we're done.

parent 96ebacdb
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,8 @@ sub run {
} ## end while ( defined( my $line...
$data_io->close();
alarm(0);
print("FlybaseParser Summary:\n") if($verbose);
foreach my $label ( sort( keys(%xref_ids) ) ) {
my $accessions = $xref_ids{$label};
......
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