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

		<locationURL>http://seqhound.blueprint.org/</locationURL>
		<interfaceWSDL>http://seqhound.blueprint.org/</interfaceWSDL>
		<serviceDescriptionText>Gets a list of DNA molecules from a complete genome list. The desired return types of DNA molecules can be filtered. (Please note, the order of the list is not maintained).</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>SHoundChromosomeFromGenomeList</operationName>
				<operationInputs >
					<parameter >
						<parameterName>taxList</parameterName>
						<parameterDescription>NCBI Taxon identifier - this points to a place in the taxonomy tree</parameterDescription>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#collectionParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>chromflags</parameterName>
						<parameterDescription>filtered integer list (&quot;byte flags&quot;) representing different kinds of the DNA molecules, for example:
1 is chromosome 
2 is mitochondrion 
4 is chloroplast 
8 is plasmid 
16 is extra-chromosomal element 
32 is undefined 
64 is phage 
128 is undefined 
</parameterDescription>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#collectionParameter</collectionSemanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>result</parameterName>
						<parameterDescription>list of chromosome identifiers </parameterDescription>
						<semanticType>http://www.mygrid.org.uk/ontology#bioinformatics_record_id</semanticType>
						<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>
