How to include NCBI blastp while making an online database?
1
0
Entering edit mode
3.1 years ago
ThulasiS ▴ 90

Hi

I am creating a database of orthologues and would like to add option blastp to my database web page. How we can integrate blastp in this scenario. Is there any python module available to do so? I don't have experience in database designing.

Thank you in advance

python database NCBI • 740 views
ADD COMMENT
1
Entering edit mode
3.1 years ago
Carambakaracho ★ 3.2k

https://biopython.org/docs/dev/api/Bio.Blast.Applications.html

EDIT: don't use this

I don't know what you plan, but be aware that might be a substantial effort, though not on the database side. From the database, all you need is keep the index in the background up to date with the database, in case the data might change. If the data remains static, that's less of an issue.

Fmpov, the major effort is to design the web entrypoint. blast is only available as commandline tool so you need to wrap the system call, the input parameters, parse the output and display it correctly.

ADD COMMENT
0
Entering edit mode

Apologies for the link, I didn't read the text properly now spotted the OBSOLETE mark. This is their current recommendation and probably the way I had done it, too.

We have decided to remove this module in future, and instead recommend building your command and invoking it via the subprocess module directly.

ADD REPLY
0
Entering edit mode

Thank you for the information. We want to execute blastp for users with our available sequence as blast database; something like this http://www.mgc.ac.cn/VFs/blast/blast.html. But I am not sure how to integrate. Will it be done by wrapping the system call?

ADD REPLY

Login before adding your answer.

Traffic: 2415 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