(biopython) qblast taking half hour - one search?
0
0
Entering edit mode
4.0 years ago

(Newbie)

I am trying to get alignments of one organisms proteins from mass-spec against another organisms. As input I have a file with all the protein sequences I want to query a database with. For example "bovine_ms_aa["Bovine_Seq"][0]" is of the from 'MEAK...DE'.

Following the Biopython Tutorial/Cookbook, I have this running in my jupyter-notebook.

NCBIWWW.qblast("blastp", "nr",bovine_ms_aa["Bovine_Seq"][0])

But it has not yielded any results for over 30 minutes. When I try on the NCBI website, I get a final results in <60s.

Might there be something wrong with the syntax? I have looked it over and don't see the error.

alignment • 926 views
ADD COMMENT
0
Entering edit mode

Try this example command given by the book

result_handle = NCBIWWW.qblast("blastn", "nt", "8332116")

It gave me the result within three minutes.

ADD REPLY
0
Entering edit mode

How many peptides are in your dataset?

Have you tried running BLAST locally?

ADD REPLY

Login before adding your answer.

Traffic: 1546 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6