WSMPsrch

MPsrch is a biological sequence sequence comparison tool that implements the true Smith and Waterman algorithm. It allows an rigorous search in a reasonable computational time. MPsrch utilises an exhaustive algorithm, which is recognised as the most sensitive sequence comparison method available, whereas BLAST and FASTA utilise a heuristic one. As a consequence, MPsrch is capable of identifying hits in cases where BLAST and FASTA fail and also reports fewer false-positive hits.
A description of the WSDL service:
WSMPsrchService
Namespace: http://www.ebi.ac.uk/WSMPsrch
Operations
poll
- SOAP Action: http://www.ebi.ac.uk/WSMPsrch#poll
- Input Message: pollRequest
- jobid
- string
- type
- string
- jobid
- Output Message: pollResponse
- output
- base64Binary
- output
runMPsrch
- SOAP Action: http://www.ebi.ac.uk/WSMPsrch#runMPsrch
- Input Message: runMPsrchRequest
- params
- inputParams
- content
- WSArrayofData
- params
- Output Message: runMPsrchResponse
- jobid
- string
- jobid
checkStatus
- SOAP Action: http://www.ebi.ac.uk/WSMPsrch#checkStatus
- Input Message: statusRequest
- jobid
- string
- jobid
- Output Message: statusResponse
- status
- string
- status
getResults
- SOAP Action: http://www.ebi.ac.uk/WSMPsrch#getResults
- Input Message: resultsRequest
- jobid
- string
- jobid
- Output Message: resultsResponse
- results
- WSArrayofFile
- results
WSDL Changes
| Date | Description of Changes |
| 12th May 2009 | First Snapshot |
»
- Login to post comments