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

<pise>

<head>
<title>SEQINFO</title>
<description>Returns sequence information (EMBOSS)</description>
<category>test</category>
<doclink>http://bioweb.pasteur.fr/docs/EMBOSS/seqinfo.html</doclink>
</head>

<command>seqinfo</command>

<parameters>

&emboss_init;

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

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

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

</parameters>
</pise>
