![]() |
Table of Contents
PRANK (SOAP)DescriptionPRANK 1) is a probabilistic multiple alignment program for DNA, codon and amino-acid sequences. It's based on a novel algorithm that treats insertions correctly and avoids over-estimation of the number of deletion events. In addition, PRANK borrows ideas from maximum likelihood methods used in phylogenetics and correctly takes into account the evolutionary distances between sequences. Lastly, PRANK allows for defining a potential structure for sequences to be aligned and then, simultaneously with the alignment, predicts the locations of structural units in the sequences. For more information see: Web service registry entries: ImportantWe kindly ask all users of EMBL-EBI Web Services to submit tool jobs in batches of up to 25 at a time and to not submit more until the results and processing has completed for these. This enables users as well as the service maintainers to deal more easily with local and remote network outages as well as scheduled or unscheduled downtime. Service provision happens on a fair-share basis. Overzealous usage of a particular resource will be dealt with in accordance to the EMBL-EBI's Terms of Use. WSDLThe WSDL for the PRANK SOAP service: http://www.ebi.ac.uk/Tools/services/soap/prank?wsdl OperationsgetParameters()Get a list of the parameter names. Arguments: none Returns: a list of strings giving the names of the parameters. getParameterDetails(parameterId)Get details of a specific parameter. Arguments:
Returns: a wsParameterDetails describing the parameter and its values. run(email, title, params)Submit a job to the service. Arguments:
Returns: a string containing the job identifier ( getStatus(jobId)Get the status of a submitted job. Arguments:
Returns: a string containing the status. The values for the status are:
Further details can be found in Synchronous and Asynchronous Access: JDispatcher. getResultTypes(jobId)Get the available result types for a finished job. Arguments:
Returns: a list of wsResultType data structures describing the available result types. getResult(jobId, type, parameters)Get the result of a job of the specified type. Arguments:
Returns: the result data for the specified type, base64 encoded. Depending on the SOAP library and programming language used the result may be returned in decoded form. For some result types (e.g. images) this will be binary data rather than a text string. Data TypesInputParametersThe input parameters for the job:
More detailed information about each parameter, including valid values can be obtained using the getParameterDetails(parameterId) operation. wsParameterDetailsDescriptive information about a tool parameter. Returned by getParameterDetails(parameterId).
wsParameterValueDescription of a tool parameter value. Used in wsParameterDetails.
wsPropertyProperties of a tool parameter value. Used in wsParameterValue.
wsRawOutputParameterAdditional parameters passed when requesting a result. See getResult(jobId, type, parameters).
wsResultTypeDescription of a result type. Returned by getResultTypes(jobId).
1)
Löytynoja A. and Goldman N. (2005)
An algorithm for progressive multiple alignment of sequences with insertions. Proc. Natl. Acad. Sci. USA 102:10557-10562 PubMed: 16000407 DOI: 10.1073/pnas.0409137102 ![]() |