Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
dd985220
Commit
dd985220
authored
Nov 01, 2010
by
Andreas Kusalananda Kähäri
Browse files
Remember to cancel previous alarm when we're done.
parent
96ebacdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
+2
-0
No files found.
misc-scripts/xref_mapping/XrefParser/FlybaseParser.pm
View file @
dd985220
...
...
@@ -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
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment