Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62756 > unrolled thread

Re: Getting updates and restarting a long running url request.

Started byJason Friedman <jsf80238@gmail.com>
First post2013-12-26 17:15 -0700
Last post2013-12-26 17:15 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Getting updates and restarting a long running url request. Jason Friedman <jsf80238@gmail.com> - 2013-12-26 17:15 -0700

#62756 — Re: Getting updates and restarting a long running url request.

FromJason Friedman <jsf80238@gmail.com>
Date2013-12-26 17:15 -0700
SubjectRe: Getting updates and restarting a long running url request.
Message-ID<mailman.4641.1388103358.18130.python-list@python.org>
> Would this not keep requesting/submitting additional (duplicate) BLAST
> queries?
>>
>>  try:
>>             this_result = get_BLAST(id)
>>             result_dict[id] = True
>

I assumed that
NCBIWWW.qblast
waits for a response from the server.

Are you saying that instead it queues a request, and the
NCBIXML.read(blast_result)

command fetches the result?

>
> That said after some more research I found this tread.
> http://lists.open-bio.org/pipermail/biopython/2013-April/008507.html

I read that post to say that you will be submitting one request for a
lot of data points that you will then need to parse, is that true?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web