DSC protein secondary structure prediction (CNRS IBCP)

FAILED

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)


  • Port: DscPort
  • Location: http://gbio.ibcp.fr:8090/Dsc_Service
  • Protocol: http://schemas.xmlsoap.org/soap/http
  • Default Style: rpc

Operations

submitDsc

Submit a sequence an get a jobID

  • SOAP Action: urn:DscWS.wsdl#submitDsc
  • Input Message: submitDscRequest
    • Sequences
      • string
  • Output Message: submitDscResponse
    • JobId
      • string

checkStatusDsc

Submit a jobID and get the status

  • SOAP Action: urn:DscWS.wsdl#checkStatusDsc
  • Input Message: checkStatusDscRequest
    • JobId
      • string
  • Output Message: checkStatusDscResponse
    • Status
      • string

getResultsDsc

When job is finish, submit a jobid and get the results

  • SOAP Action: urn:DscWS.wsdl#getResultsDsc
  • Input Message: getResultsDscRequest
    • JobId
      • string
  • Output Message: getResultsDscResponse
    • SecStructure
      • string
    • Logout
      • string

cancelDsc

When some thing is wrong, cancel your job

  • SOAP Action: urn:DscWS.wsdl#cancelDsc
  • Input Message: cancelDscRequest
    • JobId
      • string
  • Output Message: cancelDscResponse
    • Status
      • string

WSDL Changes

DateDescription of Changes
8th April 2009First Snapshot