GOR III protein secondary structure prediction (CNRS IBCP)

GOR3 is the third improvement of GOR secondary structure prediction method based on the information theory. In GOR3, pair information is used instead of directional information as in GOR1 and GOR2. Scores are computed only for 3 conformational states.
A description of the WSDL service:
GorIII_Service
Namespace: http://gbio.ibcp.fr:8090/GorIII_Service
GorIII @ IBCP (http://gbio-pbil.ibcp.fr)
Operations
submitGorIII
Submit a sequence an get a jobID
- SOAP Action: urn:GorIIIWS.wsdl#submitGorIII
- Input Message: submitGorIIIRequest
- Sequence
- string
- Sequence
- Output Message: submitGorIIIResponse
- JobId
- string
- JobId
checkStatusGorIII
Submit a jobID and get the status
- SOAP Action: urn:GorIIIWS.wsdl#checkStatusGorIII
- Input Message: checkStatusGorIIIRequest
- JobId
- string
- JobId
- Output Message: checkStatusGorIIIResponse
- Status
- string
- Status
getResultsGorIII
When job is finish, submit a jobid and get the results
- SOAP Action: urn:GorIIIWS.wsdl#getResultsGorIII
- Input Message: getResultsGorIIIRequest
- JobId
- string
- JobId
- Output Message: getResultsGorIIIResponse
- SecStructure
- string
- SecStructure
cancelGorIII
When some thing is wrong, cancel your job
- SOAP Action: urn:GorIIIWS.wsdl#cancelGorIII
- Input Message: cancelGorIIIRequest
- JobId
- string
- JobId
- Output Message: cancelGorIIIResponse
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

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