Entering edit mode
10.4 years ago
arronar
▴
290
Hello!
I want to create a simple app in php that will send fasta queries in uniprot for blast, but i couldn't find a page explaining how its REST api works and its commands. I made the same thing with NCBI's blast rest api but they have this page explaining all commands and how to use them. How to send a request, how to get the job ID and so on. Is there any page or book to explain how to use the uniprot databases on the same way ?
How for example you send a request and then get back its ID?
Thank you.