<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE pise SYSTEM "PARSER/pise.dtd" [
<!ENTITY emboss_init SYSTEM "XMLDIR/emboss.xml">
]>

<pise>

<head>
<title>FUZZPRO</title>
<description>Protein pattern search (EMBOSS)</description>
<category>protein:motifs</category>
<doclink>http://bioweb.pasteur.fr/docs/EMBOSS/fuzzpro.html</doclink>
</head>

<command>fuzzpro</command>

<parameters>

&emboss_init;


<parameter type="Paragraph">
<paragraph>
<name>input</name>
	<prompt>Input section</prompt>

<parameters>
	<parameter type="Sequence" ismandatory="1" issimple="1" ishidden="0">
	<name>sequence</name>
	<attributes>
		<prompt>sequence -- protein [sequences] (-sequence)</prompt>
		<format>
			<language>perl</language>
			<code>" -sequence=$value -sformat=fasta"</code>
		</format>
		<group>1</group>
		<seqtype><value>protein</value></seqtype>
		<seqfmt>
			<value>8</value>
		</seqfmt>
		<pipe>
			<pipetype>seqsfile</pipetype>
				<language>perl</language>
				<code>1</code>
		</pipe>
	</attributes>
	</parameter>

	</parameters>
</paragraph>
</parameter>


<parameter type="Paragraph">
<paragraph>
<name>required</name>
	<prompt>Required section</prompt>

<parameters>
	<parameter type="String" ismandatory="1" issimple="1" ishidden="0">
	<name>pattern</name>
	<attributes>
		<prompt>Search pattern (-pattern)</prompt>
		<format>
			<language>perl</language>
			<code>" -pattern=$value"</code>
		</format>
		<group>2</group>
		<comment>
			<value>The standard IUPAC one-letter codes for the amino acids are used. &lt;BR&gt; The symbol `x' is used for a position where any amino acid is accepted. &lt;BR&gt; Ambiguities are indicated by listing the acceptable amino acids for a given position, between square parentheses `[ ]'. For example: [ALT] stands for Ala or Leu or Thr. &lt;BR&gt; Ambiguities are also indicated by listing between a pair of curly brackets `{ }' the amino acids that are not accepted at a given position. For example: {AM} stands for any amino acid except Ala and Met. &lt;BR&gt; Each element in a pattern is separated from its neighbor by a `-'. (Optional in fuzzpro). &lt;BR&gt; Repetition of an element of the pattern can be indicated by following that element with a numerical value or a numerical range between parenthesis. Examples: x(3) corresponds to x-x-x, x(2,4) corresponds to x-x or x-x-x or x-x-x-x. &lt;BR&gt; When a pattern is restricted to either the N- or C-terminal of a sequence, that pattern either starts with a `&lt;' symbol or respectively ends with a `&gt;' symbol. &lt;BR&gt; A period ends the pattern. (Optional in fuzzpro). &lt;BR&gt; For example, [DE](2)HS{P}X(2)PX(2,4)C</value>
		</comment>
	</attributes>
	</parameter>

	<parameter type="Integer" ismandatory="1" issimple="1" ishidden="0">
	<name>mismatch</name>
	<attributes>
		<prompt>Number of mismatches (-mismatch)</prompt>
		<vdef>
			<value>0</value>
		</vdef>
		<format>
			<language>perl</language>
			<code>" -mismatch=$value"</code>
		</format>
		<group>3</group>
	</attributes>
	</parameter>

	</parameters>
</paragraph>
</parameter>


<parameter type="Paragraph">
<paragraph>
<name>output</name>
	<prompt>Output section</prompt>

<parameters>
	<parameter type="OutFile" ismandatory="1" issimple="1" ishidden="0">
	<name>outfile</name>
	<attributes>
		<prompt>outfile (-outfile)</prompt>
		<vdef><value>outfile.out</value></vdef>
		<format>
			<language>perl</language>
			<code>" -outfile=$value"</code>
		</format>
		<group>4</group>
	</attributes>
	</parameter>

	</parameters>
</paragraph>
</parameter>

<parameter type="String" ishidden="1">
<name>auto</name>
<attributes>
	<format>
		<language>perl</language>
		<code>" -auto -stdout"</code>
	</format>
	<group>6</group>
</attributes>
</parameter>

</parameters>
</pise>
