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

Thank you.
I have tried the script but it has a strange behaviour: the sequences are fetched multiple times after an error.

Replies are listed 'Best First'.
Re^3: NCBI sequence fetching
by binf-jw (Monk) on May 12, 2009 at 11:31 UTC
    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,
      thank you, I'll test it as soon as possible...
      Happy hour time now :)

      Stefano