![]() |
MUSCLE (SOAP)DescriptionMUSCLE stands for MUltiple Sequence Comparison by Log-Expectation. MUSCLE is claimed to achieve both better average accuracy and better speed than ClustalW or T-Coffee, depending on the chosen options. Multiple alignments of protein sequences are important in many applications, including phylogenetic tree estimation, secondary structure prediction and critical residue identification. For more information see:
ClientsSample clients are provided for a number of programming languages. For details of how to use these clients, download the client and run the program without any arguments.
WSDLThe WSDL for the MUSCLE SOAP service: http://www.ebi.ac.uk/Tools/services/soap/muscle?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. Values for the status are:
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).
![]() |