Entering edit mode
6.6 years ago
erans995
•
0
Hi everybody!
For a project, I'm trying to look for similar DNA sequences to a given sequence in the NCBI database, not necessarily from the same species, for example: given a DNA sequence found in a cat, I want to look for a similar one in different reptiles.
Thanks in advance.
Thank you very much for your quick reply, but I need to do it in JAVA code. I couldn't find any way to run blast search in JAVA, any ideas?
yes, I'm sorry, that was clearly specified in your question....
Have any idea though?
Why Java specifically? Is this an assignment?
Yes, this is an assignment. If you have any other idea in another language, it's also okay. cpp preferably :>
Are you and erans995 the same person?
We are partners to this assignment
Pierre has given you the lead to the solution, try implementing it yourself and come back to us if you have specific questions.
Hey there. We've been looking all over the internet, and couldn't find a way to run a blast search in a java program. Also, we tried to access through the url, but there is no way to achieve the search results..
We are really frustrated and in need of help. All we really need is a program to run a blastn search in java.
Thanks ahead.
You said CPP is OK too. Did you look for a way to run blast in CPP? It'd be a little difficult to believe that BLAST doesn't have APIs in two mainstream languages.
Found nothing, tried everywhere,that's why we're asking here. If there is something you guys know, please leave a link here.
REST API and C++ toolkit discovered after literally 5 minutes of Google: https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=DeveloperInfo ¯\_(ツ)_/¯
It's a group assignment,we're partners. If you help him, you help me!