<?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>eprimer3</serviceName>
		<organisation >
			<organisationName>European Bioinformatics Institute</organisationName>
		</organisation>

		<locationURL>http://www.ebi.ac.uk/soaplab/emboss4/services/nucleic_primers.eprimer3</locationURL>
		<interfaceWSDL>http://www.ebi.ac.uk/soaplab/emboss4/services/nucleic_primers.eprimer3?wsdl</interfaceWSDL>
		<serviceDescriptionText>Picks PCR primers and hybridization oligos. Detailed info about this operation can be found at the following link: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/eprimer3.html</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>eprimer3</operationName>
				<operationDescriptionText>Picks PCR primers and hybridization oligos. Detailed info about this operation can be found at the following link: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/eprimer3.html</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>sequence_usa</parameterName>
						<parameterDescription>Type: string. The sequence from which to choose primers. The sequence must be presented 5&apos; to 3&apos; DNA sequence.  The Uniform Sequence Address, or USA, is a standard way of specifying a sequence to be read into a program in EMBOSS. The most common ways of specifying a sequence is to type (database:entry), where database can be embl, uniprot or swissprot and entry is either the sequence`s entry or ID name, or its Accession number in that database. For example, database:accession --&gt;embl:X65923 or swissprot:Q7M4G0 | database:entry_name --&gt;swissprot:AMIC_PSEAE |database:ID_name --&gt;embl:paamir. Choose either this parameter or the sequence_direct_data parameter but not both together. Parameter mandatory if the sequence_direct_data parameter has not been chosen.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#EMBL_accession</semanticType>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>sequence_direct_data</parameterName>
						<parameterDescription>Type: string. The sequence from which to choose primers. The sequence must be presented 5&apos; to 3&apos; DNA sequence.  Choose this parameter if you want to provide the &apos;sequence&apos; value as string (DNA sequence). Parameter mandatory if the sequence_usa parameter hasn&apos;t been chosen.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#DNA_sequence</semanticType>
						<parameterFormat>http://www.mygrid.org.uk/ontology#single_sequence_format</parameterFormat>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>sformat</parameterName>
						<parameterDescription>Type: string. Specifies the format of the input sequence. This is an optional parameter. The allowed values for this parameter are: gcg, gcg8, embl, swiss, fasta, ncbi, genbank, nbrf, pir, codata, strider, clustal, phylip, acedb, msf, jackknifer, jackknifernon, nexus, nexusnon, treecon, mega, meganon, ig, staden, text, raw. By default the service autodetects the sequence format.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>sbegin</parameterName>
						<parameterDescription>Type: long. The first position to be used in the sequence, for example: sbegin=1 (default value) means start with the first base in the sequence. This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>send</parameterName>
						<parameterDescription>Type: long. The last position to be used in the sequence. This is an optional parameter. By default it is the end the sequence.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>sprotein</parameterName>
						<parameterDescription>Type: boolean. Is the sequence a protein? This is an optional parameter. By default the service can autodetect if a sequence is a nucleotide or protein sequence.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>snucleotide</parameterName>
						<parameterDescription>Type: boolean. Is the sequence a nucleotide? This is an optional parameter. By default the service can autodetect if a sequence is a nucleotide or protein sequence.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>sreverse</parameterName>
						<parameterDescription>Type: boolean. Use reverse complement of the nucleic acid sequence. This is an optional parameter. False by default.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>slower</parameterName>
						<parameterDescription>Type: boolean. Convert the sequence to lower case. This is an optional parameter. False by default.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>supper</parameterName>
						<parameterDescription>Type: boolean. Convert the sequence to UPPER case. This is an optional parameter. False by default.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>primer</parameterName>
						<parameterDescription>Type: boolean (yes/no). Tell the service to pick primer(s). This is an optional parameter. The default is &apos;yes&apos;. </parameterDescription>
						<defaultValue>Y</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>task</parameterName>
						<parameterDescription>Type: long. Tell the service what task to perform. This is an optional parameter. Possible values are:
1: &apos;Pick PCR primers&apos;|
2: &apos;Pick forward primer only&apos;|
3: &apos;Pick reverse primer only&apos;|
4: &apos;No primers needed&apos;. 
The default is 1. </parameterDescription>
						<defaultValue>1</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>hybridprobe</parameterName>
						<parameterDescription>Type: boolean (yes/no). An &apos;internal oligo&apos; is intended to be used as a hybridization probe (hyb probe) to detect the PCR product after amplification. This is an optional parameter. The default is &apos;no&apos;.</parameterDescription>
						<defaultValue>N</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomishyblibraryfile_direct_data</parameterName>
						<parameterDescription>Type: string. Primer3 internal oligo mishybridizing library. The file must be in (a slightly restricted) FASTA format. 
There are no restrictions on line length. An empty value for this parameter indicates that no library should be used.
This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#DNA_sequence</semanticType>
						<parameterFormat>http://www.mygrid.org.uk/ontology#fasta_format</parameterFormat>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomishyblibraryfile_url</parameterName>
						<parameterDescription>Type: string. URL of Primer3 internal oligo mishybridizing library. The file must be in (a slightly restricted) FASTA format. 
There are no restrictions on line length. An empty value for this parameter indicates that no library should be used.
This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>mispriminglibraryfile_direct_data</parameterName>
						<parameterDescription>Type: string. Primer3 mispriming library. A nucleotide sequence library of sequences to avoid amplifying (for example repetitive sequences, or possibly the sequences of genes in a gene family that should not be amplified.) sequence must be in (a slightly restricted) FASTA format. There are no restrictions on line length. An empty value for this parameter indicates that no library should be used. This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#DNA_sequence</semanticType>
						<parameterFormat>http://www.mygrid.org.uk/ontology#fasta_format</parameterFormat>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>mispriminglibraryfile_url</parameterName>
						<parameterDescription>Type: string. URL of Primer3 mispriming library. A nucleotide sequence library of sequences to avoid amplifying (for example repetitive sequences, or possibly the sequences of genes in a gene family that should not be amplified.) sequence must be in (a slightly restricted) FASTA format. There are no restrictions on line length. An empty value for this parameter indicates that no library should be used. This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>numreturn</parameterName>
						<parameterDescription>Type: long. The maximum number of primer pairs to return. Primer pairs returned are sorted by their &apos;quality&apos;, in other words by the value of the objective function (where a lower number indicates a better primer pair). Caution: setting this parameter to a large value will increase running time. This is an optional parameter. The default is 5. </parameterDescription>
						<defaultValue>5</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>includedregion</parameterName>
						<parameterDescription>Type: string. A sub-region of the given sequence in which to pick primers. For example, often the first dozen or so bases of a sequence are vector, and should be excluded from consideration. The value for this parameter has the form (start),(end) where (start) is the index of the first base to consider, and (end) is the last in the primer-picking region. This is an optional parameter. The default is the full sequence. </parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>target</parameterName>
						<parameterDescription>Type: string. If one or more targets is specified then a legal primer pair must flank at least one of them. A target might be a simple sequence repeat site (for example a CA repeat) or a single-base-pair polymorphism. The value should be a space-separated list of (start),(end) pairs where (start) is the index of the first base of a Target, and (end) is the last E.g. 50,51 requires primers to surround the 2 bases at positions 50 and 51. This is an optional parameter. The default is the full sequence. </parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>excludedregion</parameterName>
						<parameterDescription>Type: string. Primer oligos may not overlap any region specified in this tag. The associated value must be a space-separated list of (start),(end) pairs where (start) is the index of the first base of the excluded region, and and (end) is the last. This tag is useful for tasks such as excluding regions of low sequence quality or for excluding regions containing repetitive elements such as ALUs or LINEs. E.g. 401,407 68,70 forbids selection of primers in the 7 bases starting at 401 and the 3 bases at 68. This is an optional parameter. The default is the full sequence.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>forwardinput</parameterName>
						<parameterDescription>Type: string. The sequence of a forward primer to check and around which to design reverse primers and optional internal oligos. Must be a substring of SEQUENCE. This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#nucleotide_sequence</semanticType>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>reverseinput</parameterName>
						<parameterDescription>Type: string. The sequence of a reverse primer to check and around which to design forward primers and optional internal oligos. Must be a substring of the reverse strand of SEQUENCE. This is an optional parameter.  </parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.mygrid.org.uk/ontology#nucleotide_sequence</semanticType>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>gcclamp</parameterName>
						<parameterDescription>Type: long. Require the specified number of consecutive Gs and Cs at the 3&apos; end of both the forward and reverse primer. (This parameter has no effect on the internal oligo if one is requested.). This is an optional parameter. The default is 0. </parameterDescription>
						<defaultValue>0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>osize</parameterName>
						<parameterDescription>Type: long. Optimum length (in bases) of a primer oligo. The service will attempt to pick primers close to this length. This is an optional parameter. The default is 20.</parameterDescription>
						<defaultValue>20</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>minsize</parameterName>
						<parameterDescription>Type: long. Minimum acceptable length of a primer. Must be greater than 0 and less than or equal to MAX-SIZE. This is an optional parameter. The default is 18. </parameterDescription>
						<defaultValue>18</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxsize</parameterName>
						<parameterDescription>Type: long. Maximum acceptable length (in bases) of a primer. Currently this parameter cannot be larger than 35. This limit is governed by the maximum oligo size for which EPrimer3&apos;s melting-temperature is valid. This is an optional parameter.
The default is 27.</parameterDescription>
						<defaultValue>27</defaultValue>
						<isConfigurationParameter>true</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>otm</parameterName>
						<parameterDescription>Type: float.Optimum melting temperature(Celsius) for a primer oligo. EPrimer3 will try to pick primers which melting temperatures are close to this temperature. The oligo melting temperature formula in EPrimer3 is that given in Rychlik, Spencer and Rhoads, Nucleic Acids Research, vol 18, num 12, pp 6409-6412 and Breslauer, Frank, Bloeker and Marky, Proc. Natl. Acad. Sci. USA, vol 83, pp 3746-3750. This is an optional parameter. The default is 60.0. </parameterDescription>
						<defaultValue>60.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>mintm</parameterName>
						<parameterDescription>Type: float. Minimum acceptable melting temperature(Celsius) for a primer oligo. This is an optional parameter. The default is 57.0. </parameterDescription>
						<defaultValue>57.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxtm</parameterName>
						<parameterDescription>Type: float. Maximum acceptable melting temperature(Celsius) for a primer oligo. This is an optional parameter. The default is 63.0. </parameterDescription>
						<defaultValue>63.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxdifftm</parameterName>
						<parameterDescription>Type: float. Maximum acceptable (unsigned) difference between the melting temperatures of the forward and reverse primers. This is an optional parameter. The default is 100.0. </parameterDescription>
						<defaultValue>100.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>ogcpercent</parameterName>
						<parameterDescription>Type: float. Primer optimum GC percent. This is an optional parameter. The default is 50.0. </parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>mingc</parameterName>
						<parameterDescription>Type: float. Minimum allowable percentage of Gs and Cs in any primer. This is an optional parameter. The default is 20.0. </parameterDescription>
						<defaultValue>20.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxgc</parameterName>
						<parameterDescription>Type: float. Maximum allowable percentage of Gs and Cs in any primer. This is an optional parameter. The default is 80.0. </parameterDescription>
						<defaultValue>80.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>saltconc</parameterName>
						<parameterDescription>Type: float. The millimolar concentration of salt (usually KCl) in the PCR. The service uses this argument to calculate oligo melting temperatures. This is an optional parameter. The default is 50.0. </parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>dnaconc</parameterName>
						<parameterDescription>Type: float. The nanomolar concentration of annealing oligos in the PCR. The service uses this argument to calculate oligo melting temperatures. The default (50nM) works well with the standard protocol used at the Whitehead/MIT Center for Genome Research--0.5 microliters of 20 micromolar concentration for each primer oligo in a 20 microliter reaction with 10 nanograms template, 0.025 units/microliter Taq polymerase in 0.1 mM each dNTP, 1.5mM MgCl2, 50mM KCl, 10mM Tris-HCL (pH 9.3) using 35 cycles with an annealing temperature of 56 degrees Celsius. This parameter corresponds to &apos;c&apos; in Rychlik, Spencer and Rhoads&apos; equation (ii) (Nucleic Acids Research, vol 18, num 12) where a suitable value (for a lower initial concentration of template) is &apos;empirically determined&apos;. The value of this parameter is less than the actual concentration of oligos in the reaction because it is the concentration of annealing oligos, which in turn depends on the amount of template (including PCR product) in a given cycle. This concentration increases a great deal during a PCR; fortunately PCR seems quite robust for a variety of oligo melting temperatures.  This is an optional parameter.</parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxpolyx</parameterName>
						<parameterDescription>Type: long. The maximum allowable length of a mononucleotide repeat in a primer, for example AAAAAA. This is an optional parameter. The default is 5. </parameterDescription>
						<defaultValue>5</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>productosize</parameterName>
						<parameterDescription>Type: long. The optimum size for the PCR product. 0 indicates that there is no optimum product size. This is an optional parameter. The default is 200. </parameterDescription>
						<defaultValue>200</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>productsizerange</parameterName>
						<parameterDescription>Type: string. The associated values specify the lengths of the product that the user wants the primers to create, and is a space separated list of elements of the form (x)-(y) where an (x)-(y) pair is a legal range of lengths for the product. For example, if one wants PCR products to be between 100 to 150 bases (inclusive) then one would set this parameter to 100-150. If one desires PCR products in either the range from 100 to 150 bases or in the range from 200 to 250 bases then one would set this parameter to 100-150 200-250. This is an optional parameter. The default is 100-300. </parameterDescription>
						<defaultValue>100-300</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>productotm</parameterName>
						<parameterDescription>Type: float. The optimum melting temperature for the PCR product. 0 indicates that there is no optimum temperature. This is an optional parameter. The default is 0.0</parameterDescription>
						<defaultValue>0.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>productmintm</parameterName>
						<parameterDescription>Type: float. The minimum allowed melting temperature of the amplicon. Please see the documentation on the maximum melting temperature of the product for details. This is an optional parameter. The default is -1000000.0</parameterDescription>
						<defaultValue>-1000000.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>productmaxtm</parameterName>
						<parameterDescription>Type: float. The maximum allowed melting temperature of the amplicon. Product Tm is calculated using the formula from Bolton and McCarthy, PNAS 84:1390 (1962) as presented in Sambrook, Fritsch and Maniatis, Molecular Cloning, p 11.46 (1989, CSHL Press). Tm = 81.5 + 16.6(log10([Na+])) + .41*(%GC) - 600/length Where [Na+} is the molar sodium concentration, (%GC) is the percent of Gs and Cs in the sequence, and length is the length of the sequence. This is an optional parameter. The default is 1000000.0</parameterDescription>
						<defaultValue>1000000.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoexcludedregion</parameterName>
						<parameterDescription>Type: string. Middle oligos may not overlap any region specified by this tag. The associated value must be a space-separated list of (start),(end) pairs, where (start) is the index of the first base of an excluded region, and (end) is the last. Often one would make Target regions excluded regions for internal oligos. This is an optional parameter. The default is the full sequence.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoinput</parameterName>
						<parameterDescription>Type: string. The sequence of an internal oligo to check and around which to design forward and reverse primers. Must be a substring of SEQUENCE. This is an optional parameter. </parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoosize</parameterName>
						<parameterDescription>Type: long. Optimum length (in bases) of an internal oligo. The service will attempt to pick primers close to this length. This is an optional parameter. The default is 20. </parameterDescription>
						<defaultValue>20</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligominsize</parameterName>
						<parameterDescription>Type: long. Minimum acceptable length of an internal oligo. Must be greater than 0 and less than or equal to              INTERNAL-OLIGO-MAX-SIZE. This is an optional parameter. The default is 18. </parameterDescription>
						<defaultValue>18</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomaxsize</parameterName>
						<parameterDescription>Type: long. Maximum acceptable length (in bases) of an internal oligo. Currently this parameter cannot be larger than 35. This limit is governed by maximum oligo size for which EPrimer3&apos;s  melting-temperature is valid. This is an optional parameter. The default is 27. </parameterDescription>
						<defaultValue>27</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligootm</parameterName>
						<parameterDescription>Type: float. Optimum melting temperature (Celsius) for an internal oligo. EPrimer3 will try to pick oligos with melting temperatures that are close to this temperature. The oligo melting temperature formula in EPrimer3 is that given in Rychlik, Spencer and Rhoads, Nucleic Acids Research, vol 18, num 12, pp 6409-6412 and Breslauer, Frank, Bloeker and Marky, Proc. Natl. Acad. Sci. USA, vol 83, pp 3746-3750. This is an optional parameter. The default is 60.0</parameterDescription>
						<defaultValue>60.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomintm</parameterName>
						<parameterDescription>Type: float. Minimum acceptable melting temperature(Celsius) for an internal oligo. This is an optional parameter. The default is 57.7</parameterDescription>
						<defaultValue>57.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomaxtm</parameterName>
						<parameterDescription>Type: float. Maximum acceptable melting temperature (Celsius) for an internal oligo. This is an optional parameter. The default is 63.0</parameterDescription>
						<defaultValue>63.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoogcpercent</parameterName>
						<parameterDescription>Type: float. Internal oligo optimum GC percent. This is an optional parameter. The default is 50.0</parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomingc</parameterName>
						<parameterDescription>Type: float. Minimum allowable percentage of Gs and Cs in an internal oligo. This is an optional parameter. The default is 20.0</parameterDescription>
						<defaultValue>20.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomaxgc</parameterName>
						<parameterDescription>Type: float. Maximum allowable percentage of Gs and Cs in any internal oligo generated by Primer. This is an optional parameter. The default is 80.0. </parameterDescription>
						<defaultValue>80.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligosaltconc</parameterName>
						<parameterDescription>Type: float. The millimolar concentration of salt (usually KCl) in the hybridization. EPrimer3 uses this argument to calculate internal oligo melting temperatures. This is an optional parameter. The default is 50.0</parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligodnaconc</parameterName>
						<parameterDescription>Type: float. The nanomolar concentration of annealing internal oligo in the hybridization. This is an optional parameter. The default is 50.0</parameterDescription>
						<defaultValue>50.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoselfany</parameterName>
						<parameterDescription>Type: float. The maximum allowable local alignment score when testing an internal oligo for (local) self-complementarity. Local self-complementarity is taken to predict the tendency of oligos to anneal to themselves The scoring system gives 1.00 for complementary bases, -0.25 for a match of any base (or N) with an N, -1.00 for a mismatch, and -2.00 for a gap. Only single-base-pair gaps are allowed. For example, the alignment 5&apos; ATCGNA 3&apos; || | | 3&apos; TA-CGT 5&apos; is allowed (and yields a score of 1.75), but the alignment 5&apos; ATCCGNA 3&apos; || | | 3&apos; TA--CGT 5&apos; is not considered. Scores are non-negative, and a score of 0.00 indicates that there is no reasonable local alignment between two oligos. This is an optional parameter. The default is 12.0 </parameterDescription>
						<defaultValue>12.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligoselfend</parameterName>
						<parameterDescription>Type: float. The maximum allowable 3&apos;-anchored global alignment score when testing a single oligo for self-complementarity. The scoring system is as for the Maximum Complementarity argument. This is an optional parameter. The default is 12.0 </parameterDescription>
						<defaultValue>12.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomaxpolyx</parameterName>
						<parameterDescription>Type: long. The maximum allowable length of an internal oligo mononucleotide repeat, for example AAAAAA. This is an optional parameter. The default is 5. </parameterDescription>
						<defaultValue>5</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>oligomaxmishyb</parameterName>
						<parameterDescription>Type: float. Similar to MAX-MISPRIMING except that this parameter applies to the similarity of candidate internal oligos to the library specified in INTERNAL-OLIGO-MISHYB-LIBRARY. This is an optional parameter. The default is 12.0 </parameterDescription>
						<defaultValue>12.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>explainflag</parameterName>
						<parameterDescription>Type: boolean (true/false). If this flag is true, produce LEFT-EXPLAIN, RIGHT-EXPLAIN, and INTERNAL-OLIGO-EXPLAIN output tags, which are intended to provide information on the number of oligos and primer pairs that EPrimer3 examined, and statistics on the number discarded for various reasons. This is an optional parameter. The default is &apos;false&apos;. </parameterDescription>
						<defaultValue>false</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>fileflag</parameterName>
						<parameterDescription>Type: boolean (true/false). If the associated value is true, then EPrimer3 creates two output files for each input SEQUENCE. File (sequence-id) lists all acceptable forward primers for(sequence-id), and (sequence-id).rev lists all acceptable reverse primers for (sequence-id), where (sequence-id) is the value of the SEQUENCE-ID tag (which must be supplied). In addition, if the input tag TASK is 1 or 4, EPrimer3 produces a file (sequence-id).int, which lists all acceptable internal oligos. This is an optional parameter. The default is &apos;false&apos;. </parameterDescription>
						<defaultValue>false</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>firstbaseindex</parameterName>
						<parameterDescription>Type: long. This parameter is the index of the first base in the input sequence. For input and output using 1-based indexing (such as that used in GenBank and to which many users are accustomed) set this parameter to 1. For input and output using 0-based indexing set this parameter to 0. (This parameter also affects the indexes in the contents of the files produced when the primer file flag is set.) This is an optional parameter. The default is 1. </parameterDescription>
						<defaultValue>1</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>pickanyway</parameterName>
						<parameterDescription>Type: boolean (true/false). If true pick a primer pair even if LEFT-INPUT, RIGHT-INPUT, or INTERNAL-OLIGO-INPUT violates specific constraints. This is an optional parameter. The default is &apos;false&apos;. </parameterDescription>
						<defaultValue>false</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxmispriming</parameterName>
						<parameterDescription>Type: float. The maximum allowed weighted similarity with any sequence in MISPRIMING-LIBRARY. This is an optional parameter. The default is 12.0. </parameterDescription>
						<defaultValue>12.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>pairmaxmispriming</parameterName>
						<parameterDescription>Type: float. The maximum allowed sum of weighted similarities of a primer pair (one similarity for each primer) with any single sequence in MISPRIMING-LIBRARY. This is an optional parameter. The default is 24.0</parameterDescription>
						<defaultValue>24.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>numnsaccepted</parameterName>
						<parameterDescription>Type: long. Maximum number of unknown bases (N) allowable in any primer. This is an optional parameter. The default is 0. </parameterDescription>
						<defaultValue>0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>selfany</parameterName>
						<parameterDescription>Type: float. The maximum allowable local alignment score when testing a single primer for (local) self-complementarity and the maximum allowable local alignment score when testing for complementarity between forward and reverse primers. Local self-complementarity is taken to predict the tendency of primers to anneal to each other without necessarily causing self-priming in the PCR. The scoring system gives 1.00 for complementary bases, -0.25 for a match of any base (or N) with an N, -1.00 for a mismatch, and -2.00 for a gap. Only single-base-pair gaps are allowed. For example, the alignment 5&apos; ATCGNA 3&apos; ...|| | | 3&apos; TA-CGT 5&apos; is allowed (and yields a score of 1.75), but the alignment 5&apos; ATCCGNA 3&apos; ...|| | | 3&apos; TA--CGT 5&apos; is not considered. Scores are non-negative, and a score of 0.00 indicates that there is no reasonable local alignment between two oligos. This is an optional parameter. The default is 8.0</parameterDescription>
						<defaultValue>8.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>selfend</parameterName>
						<parameterDescription>Type: float. The maximum allowable 3&apos;-anchored global alignment score when testing a single primer for self-complementarity, and the maximum allowable 3&apos;-anchored global alignment score when testing for complementarity between forward and reverse primers. The 3&apos;-anchored global alignment score is taken to predict the likelihood of PCR-priming primer-dimers, for example 5&apos; ATGCCCTAGCTTCCGGATG 3&apos; .............||| ||||| ..........3&apos; AAGTCCTACATTTAGCCTAGT 5&apos; or 5&apos; AGGCTATGGGCCTCGCGA 3&apos; ...............|||||| ............3&apos; AGCGCTCCGGGTATCGGA 5&apos; The scoring system is as for the Maximum Complementarity argument. In the examples above the scores are 7.00 and 6.00 respectively. Scores are non-negative, and a score of 0.00 indicates that there is no reasonable 3&apos;-anchored global alignment between two oligos. In order to estimate 3&apos;-anchored global alignments for candidate primers and primer pairs, Primer assumes that the sequence from which to choose primers is presented 5&apos; to 3&apos;. It is nonsensical to provide a larger value for this parameter than for the Maximum (local) Complementarity parameter because the score of a local alignment will always be at least as great as the score of a global alignment. This is an optional parameter. The default is 3.0</parameterDescription>
						<defaultValue>3.0</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
					</parameter>

					<parameter >
						<parameterName>maxendstability</parameterName>
						<parameterDescription>Type: float. The maximum stability for the five 3&apos; bases of a forward or reverse primer. Bigger numbers mean more stable 3&apos; ends. The value is the maximum delta G for duplex disruption for the five 3&apos; bases as calculated using the nearest neighbor parameters published in Breslauer, Frank, Bloeker and Marky, Proc. Natl. Acad. Sci. USA, vol 83, pp 3746-3750. This is an optional parameter. The default is 9.0</parameterDescription>
						<defaultValue>9.0</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>outfile</parameterName>
						<parameterDescription>Returns PCR primers and hybridization oligos.</parameterDescription>
						<semanticType>http://www.mygrid.org.uk/ontology#primer_report</semanticType>
						<transportDataType>String</transportDataType>
					</parameter>

				</operationOutputs>

				<operationTask>http://www.mygrid.org.uk/ontology#predicting</operationTask>
				<operationResource>http://www.mygrid.org.uk/ontology#EMBL_nucleotide_sequence_database</operationResource>
			</serviceOperation>

		</operations>

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

</serviceDescriptions>
