GOR I protein secondary structure prediction (CNRS IBCP)

GOR1 (GARNIER OSGUTHORPE and ROBSON) is a secondary structure prediction method based on the information theory. Scores for 4 conformational states are computed on a sliding window of 17 residues. These scores are corrected by decision constants and the highest one gives the conformational state for the residue in the center of the window (9th position).
A description of the WSDL service:
GorI_Service
Namespace: http://gbio.ibcp.fr:8090/GorI_Service
GorI @ IBCP (http://gbio-pbil.ibcp.fr)
Operations
submitGorI
Submit a sequence an get a jobID
- SOAP Action: urn:GorIWS.wsdl#submitGorI
- Input Message: submitGorIRequest
- Sequence
- string
- Sequence
- Output Message: submitGorIResponse
- JobId
- string
- JobId
checkStatusGorI
Submit a jobID and get the status
- SOAP Action: urn:GorIWS.wsdl#checkStatusGorI
- Input Message: checkStatusGorIRequest
- JobId
- string
- JobId
- Output Message: checkStatusGorIResponse
- Status
- string
- Status
getResultsGorI
>When job is finish, submit a jobid and get the results
- SOAP Action: urn:GorIWS.wsdl#getResultsGorI
- Input Message: getResultsGorIRequest
- JobId
- string
- JobId
- Output Message: getResultsGorIResponse
- SecStructure
- string
- SecStructure
cancelGorI
When some thing is wrong, cancel your job
- SOAP Action: urn:GorIWS.wsdl#cancelGorI
- Input Message: cancelGorIRequest
- JobId
- string
- JobId
- Output Message: cancelGorIResponse
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

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