DSC protein secondary structure prediction (CNRS IBCP)

DSC (Discrimination of protein Secondary structure Class) is based on decomposing secondary structure prediction into the basic concepts and then use of simple and linear statistical methods to combine the concepts for prediction. This makes the prediction method comprehensible and allows the relative importance of the different sources of information used to be measured.
A description of the WSDL service:
Dsc_Service
Namespace: http://gbio.ibcp.fr:8090/Dsc_Service
Dsc @ IBCP (http://gbio-pbil.ibcp.fr)
Operations
submitDsc
Submit a sequence an get a jobID
- SOAP Action: urn:DscWS.wsdl#submitDsc
- Input Message: submitDscRequest
- Sequences
- string
- Sequences
- Output Message: submitDscResponse
- JobId
- string
- JobId
checkStatusDsc
Submit a jobID and get the status
- SOAP Action: urn:DscWS.wsdl#checkStatusDsc
- Input Message: checkStatusDscRequest
- JobId
- string
- JobId
- Output Message: checkStatusDscResponse
- Status
- string
- Status
getResultsDsc
When job is finish, submit a jobid and get the results
- SOAP Action: urn:DscWS.wsdl#getResultsDsc
- Input Message: getResultsDscRequest
- JobId
- string
- JobId
- Output Message: getResultsDscResponse
- SecStructure
- string
- Logout
- string
- SecStructure
cancelDsc
When some thing is wrong, cancel your job
- SOAP Action: urn:DscWS.wsdl#cancelDsc
- Input Message: cancelDscRequest
- JobId
- string
- JobId
- Output Message: cancelDscResponse
- Status
- string
- Status
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

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