Hi,
I am trying to blast certain sequences (in fasta files) against the drosophila genome using the qblast operation provided in BioPython. From the documentations, I have figured out that the second argument that you are supposed to enter in qblast refers to the database against which you are trying to BLAST. I went through the BioPython documentation, but wasnt able to understand how to blast against the drosophila genome. That is, I couldn't figure out the specific (second) argument that I need to enter in qblast to BLAST against the drosophila genome. Can someone provide me an example that shows how to BLAST against the drosophila genome using the NCBIWWW.qblast tool?
Thanks!
Perhaps there has been a change since on NCBI's side since this posting, but the correct way to do this would be through the "entrez_query" argument: