application: primers [ documentation: "Simple version of primer3 to pick PCR primers" groups: "Nucleic:Primers" external: "primer3_core Part of the 'primer3' package, version 3.0, available from the Whitehead Institute. See: http://primer3.sourceforge.net/" relations: "EDAM:0000195 topic Polymerase chain reaction" relations: "EDAM:0000090 topic Database search and retrieval" relations: "EDAM:0000354 operation Sequence database search by sequence (primer sequences)" relations: "EDAM:0000308 operation PCR primer design" ] section: input [ information: "Input section" type: "page" ] seqall: sequence [ parameter: "Y" type: "dna" help: "The sequence from which to choose primers. The sequence must be presented 5' -> 3'" relations: "EDAM:0002887 data Sequence record (nucleic acid)" ] endsection: input section: additional [ information: "Additional section" type: "page" ] range: targetregion [ additional: "Y" default: "" information: "Target region(s)" help: "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 \ , \ pairs where is the index of the first base of a Target, and is the last \ E.g. 50,51 requires primers to surround the 2 bases at positions 50 and 51." relations: "EDAM:0001017 data Sequence range" ] integer: minsize [ additional: "Y" default: "18" minimum: "1" maximum: "35" information: "Primer minimum size" help: "Minimum acceptable length of a primer. Must be greater than 0 and less than or equal to MAX-SIZE." relations: "EDAM:0001249 data Sequence length" ] integer: maxsize [ additional: "Y" default: "27" minimum: "$(minsize)" maximum: "35" failrange: "N" trueminimum: "N" information: "Primer maximum size" help: "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 Primer3's melting-temperature is valid." relations: "EDAM:0001249 data Sequence length" ] float: maxdifftm [ additional: "Y" default: "100.0" information: "Maximum difference in Tm of primers" help: "Maximum acceptable (unsigned) difference between the melting temperatures of the forward and reverse primers." relations: "EDAM:0002139 data Melting temperature" ] endsection: additional section: output [ information: "Output section" type: "page" ] boolean: explainflag [ additional: "Y" default: "N" information: "Explain flag" help: "If this flag is non-0, produce LEFT-EXPLAIN and RIGHT-EXPLAIN, output, which are intended to provide information on the number of primer pairs that Primer3 examined, and statistics on the number discarded for various reasons." relations: "EDAM:0002527 data Parameter or primitive" ] integer: numreturn [ additional: "Y" default: "5" minimum: "0" information: "Number of results to return" help: "The maximum number of primer pairs to return. Primer pairs returned are sorted by their 'quality', 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." relations: "EDAM:0001694 data Number of output entities" ] outfile: outfile [ parameter: "Y" knowntype: "primer3 output" information: "Whitehead primer3_core program output file" relations: "EDAM:0000922 data Primer report" ] endsection: output