PREDATOR protein secondary structure prediction (CNRS IBCP)

PASSED

PREDATOR is a secondary structure prediction method based on recognition of potentially hydrogen-bonded residues in a single amino acid sequence

A description of the WSDL service:

Predator_Service

Namespace: http://gbio.ibcp.fr:8090/Predator_Service

Predator @ IBCP (http://gbio-pbil.ibcp.fr)


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

Operations

submitPredator

Submit a sequence an get a jobID

  • SOAP Action: urn:PredatorWS.wsdl#submitPredator
  • Input Message: submitPredatorRequest
    • Sequences
      • string
  • Output Message: submitPredatorResponse
    • JobId
      • string

checkStatusPredator

Submit a jobID and get the status

  • SOAP Action: urn:PredatorWS.wsdl#checkStatusPredator
  • Input Message: checkStatusPredatorRequest
    • JobId
      • string
  • Output Message: checkStatusPredatorResponse
    • Status
      • string

getResultsPredator

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

  • SOAP Action: urn:PredatorWS.wsdl#getResultsPredator
  • Input Message: getResultsPredatorRequest
    • JobId
      • string
  • Output Message: getResultsPredatorResponse
    • SecStructure
      • string
    • Logout
      • string

cancelPredator

When some thing is wrong, cancel your job

  • SOAP Action: urn:PredatorWS.wsdl#cancelPredator
  • Input Message: cancelPredatorRequest
    • JobId
      • string
  • Output Message: cancelPredatorResponse
    • Status
      • string

WSDL Changes

DateDescription of Changes
8th April 2009First Snapshot