Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastien Moretti
ProtoGene
Commits
5e4e8e17
Commit
5e4e8e17
authored
Jul 05, 2012
by
Sebastien Moretti
Browse files
No commit message
No commit message
parent
1705bbfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProtoGene.pl
View file @
5e4e8e17
...
...
@@ -838,8 +838,8 @@ sub fetch {
return
$content
;
}
}
print
"
\
n
\
tERROR:
Problem
with
NCBI
eutils
,
please
try
again
later
\
n
"
;
exit(4
0
);
print
{*STDERR}
"
\
n
\
tERROR:
Problem
with
NCBI
eutils
,
please
try
again
later
\
n
"
;
exit(4);
}
sub fetch_fasta {
...
...
@@ -870,8 +870,8 @@ sub fetch_fasta {
}
print {*STDERR}
"[[
$url
]]
\
n
"
if (
$debug
);
unlink(
"
$outfile
"
);
print
"
\
n
\
tERROR:
Problem
with
NCBI
eutils
,
please
try
again
later
.\
n
"
;
exit(
4
5);
print
{*STDERR}
"
\
n
\
tERROR:
Problem
with
NCBI
eutils
,
please
try
again
later
.\
n
"
;
exit(5);
}
...
...
Write
Preview
Supports
Markdown
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