<?xml version = "1.0" encoding = "UTF-8"?>
<serviceDescriptions  xmlns="pd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="pd /C:/Program Files/taverna-workbench-1.2/./plugins/pedro/services/model/common.xsd">
	<serviceDescription >
		<serviceName>SHoundDNAFromProteinList</serviceName>
		<organisation >
			<organisationName>Blueprint</organisationName>
			<organisationDescriptionText>The Blueprint Initiative</organisationDescriptionText>
		</organisation>

		<locationURL>http://seqhound.blueprint.org/</locationURL>
		<interfaceWSDL>http://seqhound.blueprint.org/</interfaceWSDL>
		<serviceDescriptionText>Get an array of dna gi for a given array of gi</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>SHoundDNAFromProteinList</operationName>
				<operationDescriptionText>Converts a list of protein (gene product) identifiers to a list of nucleic acids (genes) identifiers</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>giList</parameterName>
						<semanticType>http://www.mygrid.org.uk/ontology#biological_sequence_id</semanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>result</parameterName>
						<semanticType>http://www.mygrid.org.uk/ontology#nucleotide_sequence_id</semanticType>
					</parameter>

				</operationOutputs>

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

		</operations>

		<serviceType>SeqHound service</serviceType>
	</serviceDescription>

</serviceDescriptions>
