Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: NCBI sequence fetching

by binf-jw (Monk)
on May 12, 2009 at 11:31 UTC ( [id://763460]=note: print w/replies, xml ) Need Help??


in reply to Re^2: NCBI sequence fetching
in thread NCBI sequence fetching

Hmmmmm, Do you mean after the error it continues trying to get the same sequence?
It's in a for loop so should only try each one the entries once unless they appear multiple times in the array "@entries".
Forgot to change this when I wrote the code but the for loop should be:
for my $i ( 0 ... scalar @entries - 1 ) { }
J,

Replies are listed 'Best First'.
Re^4: NCBI sequence fetching
by capemaster (Initiate) on May 12, 2009 at 15:50 UTC
    thank you, I'll test it as soon as possible...
    Happy hour time now :)

    Stefano

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://763460]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found