<?xml version = "1.0" encoding = "UTF-8"?>
<serviceDescriptions  xmlns="pd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="pd /C:/Documents and Settings/ytanoh/My Documents/TAVERNA/taverna-1.4-old/plugins/pedro/services/model/common.xsd">
	<serviceDescription >
		<serviceName>protein_Alignment</serviceName>
		<organisation >
			<organisationName>Virginia Bioinformatics Institute</organisationName>
		</organisation>

		<locationURL>http://pathport.bioinformatics.vt.edu:6565/axis/services/stretcher</locationURL>
		<interfaceWSDL>http://www.vbi.vt.edu/~pathport/services/wsdls/beta/stretcher.wsdl</interfaceWSDL>
		<serviceDescriptionText>Finds the best global alignment between two protein sequences.</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>protein_Alignment</operationName>
				<operationSpec>&lt;s:arbitrarywsdl xmlns:s=&quot;http://org.embl.ebi.escience/xscufl/0.1alpha&quot;&gt;&lt;s:wsdl&gt;http://www.vbi.vt.edu/~pathport/services/wsdls/beta/stretcher.wsdl&lt;/s:wsdl&gt;&lt;s:operation&gt;protein_Alignment&lt;/s:operation&gt;&lt;/s:arbitrarywsdl&gt;</operationSpec>
				<operationDescriptionText>Finds the best global alignment between two protein sequences</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>in0:query_sequence1</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Protein sequence in fasta format or the file name (URL) containing protein sequence, or sequence file attachment.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#protein_sequence</semanticType>
						<parameterFormat>http://www.mygrid.org.uk/ontology#fasta_format</parameterFormat>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in1:name1</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Specify your query sequence1 name or ID.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in2:query_sequence2</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Protein sequence in fasta format or the file name (URL) containing protein sequence, or sequence file attachment.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#protein_sequence</semanticType>
						<parameterFormat>http://www.mygrid.org.uk/ontology#fasta_format</parameterFormat>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in3:name2</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Specify your query sequence2 name or ID.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in4:gapPenalty</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Gap penalty value. For example 12</parameterDescription>
						<defaultValue>12</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in5:extPenalty</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Extension penalty value. For example 2</parameterDescription>
						<defaultValue>2</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in6:matrix</parameterName>
						<messageName>protein_AlignmentRequest</messageName>
						<parameterDescription>Scoring matrix. Select one of the following option: EBLOSUM30 |EBLOSUM35 |EBLOSUM40 |EBLOSUM45 |EBLOSUM50 |EBLOSUM55 |EBLOSUM60 |EBLOSUM62 |EBLOSUM65 |EBLOSUM70 |EBLOSUM75 |EBLOSUM80 |EBLOSUM85 |EBLOSUM90 |EBLOSUMN |EPAM10 |EPAM20 |EPAM30 |EPAM40 |EPAM50 |EPAM60 |EPAM70 |EPAM80 |EPAM90 |EPAM100 |EPAM110 |EPAM120 |EPAM130 |EPAM140 |EPAM150 |EPAM160 |EPAM170 |EPAM180 |EPAM190 |EPAM200 |EPAM210 |EPAM220 |EPAM230 |EPAM240 |EPAM250 |EPAM260 |EPAM270 |EPAM280 |EPAM290 |EPAM300 |EPAM310 |EPAM320 |EPAM330 |EPAM340 |EPAM350 |EPAM360 |EPAM370 |EPAM380 |EPAM390 |EPAM400 |EPAM410 |EPAM420 |EPAM430 |EPAM440 |EPAM450 |EPAM460 |EPAM470 |EPAM480 |EPAM490 |EPAM500</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>protein_AlignmentReturn</parameterName>
						<messageName>protein_AlignmentResponse</messageName>
						<parameterDescription>Return the pairwise alignment result in MSAML format.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#pairwise_sequence_alignment_report</semanticType>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationOutputs>

				<operationTask>http://www.mygrid.org.uk/ontology#pairwise_global_aligning</operationTask>
			</serviceOperation>

		</operations>

		<serviceType>WSDL service</serviceType>
	</serviceDescription>

</serviceDescriptions>
