Hi! I am new at programming (study back in college) and biotech field. I am task to write a program that will do a sequence blast against NCBI database and return top 10 results.
1) I was thinking about using NCBI Blast WSDL and when someone enter the sequence into Oracle DB. It will go to NCBI and return the sequence result.
2) Java NCBI blast client, export all the sequence at night and do batch blast against NCBI blast.
3) Any other ways someone think it is better route.
So, if anyone know which way is better or know the script to do it, please let me know.
Thank you!!!
Andy
1) I was thinking about using NCBI Blast WSDL and when someone enter the sequence into Oracle DB. It will go to NCBI and return the sequence result.
2) Java NCBI blast client, export all the sequence at night and do batch blast against NCBI blast.
3) Any other ways someone think it is better route.
So, if anyone know which way is better or know the script to do it, please let me know.
Thank you!!!
Andy
Comment