- is there any way to retrieve a BLAST request made using the Biopython library using the request's query_id?
- alternatively is it possible to retrieve a query_id before the blast result is complete, and checking on it later?
I'm working on a script which processes a BLAST result and having to re-request the search every time is quite temporally cumbersome since i'm still learning the library.
currently i'm using:
blastResult = NCBIWWW.qblast("blastp", "swissprot", AAsequence)
Also to print the BLAST result, you can use the read() function from NCBIXML module to parse the result and then print out the hits or any relevant information you need from the result. Here's how you can do it:
output will be
u can use this also time function alone in place of integrating tqdm I used in above code, whcih provide a more visual and informative representation of the progress during the BLAST search