<?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>SHoundGODBGetAllAncestors</serviceName>
		<organisation >
			<organisationName>Blueprint</organisationName>
			<organisationDescriptionText>The Blueprint Initiative</organisationDescriptionText>
		</organisation>

		<locationURL>http://seqhound.blueprint.org/</locationURL>
		<interfaceWSDL>http://seqhound.blueprint.org/</interfaceWSDL>
		<serviceDescriptionText>retrieves all the ancestors (parents, grandparents ...) of a given gene ontology id.
This function operates on Gene Ontology (GO) vocabulary graphs. It retrieves a list of all processes, functions or components situated above a given GO identifier in the graphs.</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>SHoundGODBGetAllAncestors</operationName>
				<operationDescriptionText>This function operates on Gene Ontology (GO) vocabulary graphs. It retrieves a list of all processes, functions or components situated above a given GO identifier in the graphs.
Note- no gene ontology databases associated</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>goid</parameterName>
						<parameterDescription>Gene Ontology Identifier</parameterDescription>
						<semanticType>http://www.mygrid.org.uk/ontology#Gene_Ontology_term_id</semanticType>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>result</parameterName>
						<parameterDescription>Collection of all processes, functions and components</parameterDescription>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#collectionParameter</collectionSemanticType>
					</parameter>

				</operationOutputs>

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

		</operations>

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

</serviceDescriptions>
