<?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>rocon</serviceName>
		<organisation >
			<organisationName>European Bioinformatics Institute</organisationName>
			<organisationDescriptionText>http://www.ebi.ac.uk/</organisationDescriptionText>
			<organisationKey>EBI</organisationKey>
		</organisation>

		<locationURL>http://www.ebi.ac.uk/soaplab/emboss4/services/protein_3d_structure.rocon</locationURL>
		<interfaceWSDL>http://www.ebi.ac.uk/soaplab/emboss4/services/protein_3d_structure.rocon?wsdl</interfaceWSDL>
		<serviceDescriptionText>Reads a DHF file (domain hits file) of hits (sequences of unknown structural classification) and a domain families file (validation sequences of known classification) and writes a &quot;hits file&quot; for the hits, which are classified and rank-ordered on the basis of score. Generates a hits file from comparing two DHF files.
Detailed info about this operation can be found at the following link: http://pro.genomics.purdue.edu/cgi-bin/emboss/help/rocon</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>rocon</operationName>
				<operationDescriptionText>Reads a DHF file (domain hits file) of hits (sequences of unknown structural classification) and a domain families file (validation sequences of known classification) and writes a &quot;hits file&quot; for the hits, which are classified and rank-ordered on the basis of score. Generates a hits file from comparing two DHF files.
Detailed info about this operation can be found at the following link: http://pro.genomics.purdue.edu/cgi-bin/emboss/help/rocon</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>hitsinfile_direct_data</parameterName>
						<parameterDescription>Type: string. DHF file (domain hits file) (input). A &apos;domain hits file&apos; contains database hits (sequences) with domain classification information, in the DHF format (FASTA or EMBL-like). The hits are relatives to a SCOP or CATH family and are found from a search of a sequence database. This is a mandatory parameter if the parameter &apos;hitsinfile_url&apos; is not chosen. 
Both parameters are mutually exclusive. An example can be found here: 
http://pro.genomics.purdue.edu/cgi-bin/emboss/help/rocon#3.0</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>hitsinfile_url</parameterName>
						<parameterDescription>Type: string. URL of DHF file (domain hits file) (input). A &apos;domain hits file&apos; contains database hits (sequences) with domain classification information, in the DHF format (FASTA or EMBL-like). The hits are relatives to a SCOP or CATH family and are found from a search of a sequence database. This is a mandatory parameter if the parameter &apos;hitsinfile_direct_data&apos; is not chosen. 
Both parameters are mutually exclusive.</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>validinfile_direct_data</parameterName>
						<parameterDescription>Type: string. Domain families file (input). A &apos;domain families file&apos; contains sequence relatives (hits) for each of a number of different SCOP or CATH families found from searching a sequence database, e.g. by using SEQSEARCH (psiblast). The file contains the collated search results for the indvidual families; only those hits of unambiguous family assignment are included. This is a mandatory parameter if the parameter &apos;validinfile_url&apos; is not chosen. Both parameters are mutually exclusive. An example of input can be found here: http://pro.genomics.purdue.edu/cgi-bin/emboss/help/rocon#3.0</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>validinfile_url</parameterName>
						<parameterDescription>Type: string. URL of domain families file (input). A &apos;domain families file&apos; contains sequence relatives (hits) for each of a number of different SCOP or CATH families found from searching a sequence database, e.g. by using SEQSEARCH (psiblast). The file contains the collated search results for the indvidual families; only those hits of unambiguous family assignment are included. This is a mandatory parameter if the parameter &apos;validinfile_direct_data&apos; is not chosen. Both parameters are mutually exclusive.</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>thresh</parameterName>
						<parameterDescription>Type: long. This option specifies the overlap threshold for hits. This is the minimum length (residues) of overlap required for two hits with the accession number to be counted as the same hit. The accession number of the hit, and the start and end point respectively of the hit relative to full length sequence are provided in the lists of hits in the DHF input file. The overlap is determined from the start and end points of the hit. For example two hits with the start and end points of 1-100 and 91-190 respectively are considered to be the same hit if they have the same accession numbers and the overlap threshold is 10 or less. This is an optional parameter. The default is 10. </parameterDescription>
						<defaultValue>10</defaultValue>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>mode</parameterName>
						<parameterDescription>Type: string. This option specifies the classification scheme to use. This is an optional parameter. The allowed values for this parameter are: 
1(Family classification scheme)|
2((Not yet available))|. The default is 1 </parameterDescription>
						<defaultValue>1</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>report</parameterName>
						<parameterDescription>Type: string. A general report for the underlying analysis job.</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>detailed_status</parameterName>
						<parameterDescription>Type: long. The exit code of the underlying analysis job, 0 means the job returned normally.</parameterDescription>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>hitsoutfile</parameterName>
						<parameterDescription>Returns a &apos;hits file&apos;(a list of hits (e.g. from a prediction method) that are classified and rank-ordered on the basis of score, p-value, E-value etc). The output contains: Accession number of hits;
Start and end positions of the hit relative to the full length sequence. 

</parameterDescription>
						<semanticType>http://www.mygrid.org.uk/ontology#structural_alignment_report</semanticType>
						<transportDataType>String</transportDataType>
					</parameter>

				</operationOutputs>

				<operationTask>http://www.mygrid.org.uk/ontology#structural_aligning</operationTask>
				<operationMethod>http://www.mygrid.org.uk/ontology#structural_alignment_algorithm</operationMethod>
			</serviceOperation>

		</operations>

		<serviceType>Soaplab service</serviceType>
	</serviceDescription>

</serviceDescriptions>
