SIMPA protein secondary structure prediction (CNRS IBCP)

SIMPA96 is a nearest neighbor secondary structure prediction method. It's based on the homologue method described by Levin et al.
A description of the WSDL service:
Simpa96_Service
Namespace: http://gbio.ibcp.fr:8090/Simpa96_Service
Simpa96 @ IBCP (http://gbio-pbil.ibcp.fr)
Operations
submitSimpa96
Submit a sequence an get a jobID
- SOAP Action: urn:Simpa96WS.wsdl#submitSimpa96
- Input Message: submitSimpa96Request
- Sequences
- string
- Sequences
- Output Message: submitSimpa96Response
- JobId
- string
- JobId
checkStatusSimpa96
Submit a jobID and get the status
- SOAP Action: urn:Simpa96WS.wsdl#checkStatusSimpa96
- Input Message: checkStatusSimpa96Request
- JobId
- string
- JobId
- Output Message: checkStatusSimpa96Response
- Status
- string
- Status
getResultsSimpa96
When job is finish, submit a jobid and get the results
- SOAP Action: urn:Simpa96WS.wsdl#getResultsSimpa96
- Input Message: getResultsSimpa96Request
- JobId
- string
- JobId
- Output Message: getResultsSimpa96Response
- SecStructure
- string
- Logout
- string
- SecStructure
cancelSimpa96
When some thing is wrong, cancel your job
- SOAP Action: urn:Simpa96WS.wsdl#cancelSimpa96
- Input Message: cancelSimpa96Request
- JobId
- string
- JobId
- Output Message: cancelSimpa96Response
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

Test #1: Functional test
»
- Login to post comments