BLAST blastp protein similarity search (CNRS IBCP)

Description
Find local similarity with the BLAST algorithm between a query sequence of protein and a reference database of proteins.
Usage
You need to provide the following input arguments to the service:
- “Sequence” : the query sequence
- “SeqDatabase” : the protein sequence database to compare the query to. The value of this argument should be an identifier get among the ones of the available databases on the remote server (swiss-prot, trembl, pdb).
The outputs of the service are:
- “Status”: the status of the query
- “JobId”: the JobId in the remote service environment
- “SeqSimilar”: the sequences similar to the query identified by the service. The results are sent in the raw output format of the native tool.
More help about the usage of this Web service can be find with this schematic view, with this example of Taverna workflow.
A description of the WSDL service:
Blast_Service
Namespace: http://gbio.ibcp.fr:8090/Blast_Service
Blast @ IBCP (http://gbio-pbil.ibcp.fr)
Operations
submitBlast
Submit a sequence an get a jobID
- SOAP Action: urn:BlastWS.wsdl#submitBlast
- Input Message: submitBlastRequest
- Sequence
- string
- SeqDatabase
- string
- Sequence
- Output Message: submitBlastResponse
- JobId
- string
- JobId
checkStatusBlast
Submit a jobID and get the status
- SOAP Action: urn:BlastWS.wsdl#checkStatusBlast
- Input Message: checkStatusBlastRequest
- JobId
- string
- JobId
- Output Message: checkStatusBlastResponse
- Status
- string
- Status
getResultsBlast
When job is finish, submit a jobid and get the results
- SOAP Action: urn:BlastWS.wsdl#getResultsBlast
- Input Message: getResultsBlastRequest
- JobId
- string
- JobId
- Output Message: getResultsBlastResponse
- SeqSimilar
- string
- Logout
- string
- SeqSimilar
cancelResultsBlast
When some thing is wrong, cancel your job
- SOAP Action: urn:BlastWS.wsdl#cancelResultsBlast
- Input Message: cancelBlastRequest
- JobId
- string
- JobId
- Output Message: cancelBlastResponse
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

Test #1: BLAST (blastp) functionnal test
run a BLAST search with a known sequence
check that the result is a BLAST file with the sequence in the list
»
- Login to post comments