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

<pise>
  
  <head>
    <title>HMM</title>
    <version>5.2.1-90/90</version>
    <description>compares amino acid sequence(s) against a HMM model</description>
    <authors>Paracel</authors>
    <reference>Paracel's Hidden Markov Models use the Viterbi algorithm.
               HMM BTK 5.2.1-90/90 2003-06-12 (Fdf Client 1.500)
               Copyright 2001 Paracel, Inc.</reference>
    <doclink>http://bioweb.pasteur.fr/seqanal/search/index.html</doclink>
    
  </head>
  
  <command>hmmpar</command>
  
  <parameters>
    
    <parameter ismandatory="1" iscommand="1" ishidden="1" type="String">
      <name>hmmpar</name>
      <attributes>
	<prompt>hmm program</prompt>
	<format>	
	  <language>perl</language>
	  <code>"btk hmm"</code>
	</format>
      </attributes>
    </parameter>
    
   
    <parameter ismandatory="1" issimple="1" type="InFile">
      <name>hmmfile</name>
      <attributes>
	
        <prompt>HMMER model file</prompt>
	<format>
	  <language>perl</language>
                <code>" q=$value"</code>
        </format>
        <group>1</group>
        <pipe>
	  <pipetype>hmm_textfile</pipetype>
	  <language>perl</language>
	  <code>1</code>
        </pipe>
	 
      </attributes>
    </parameter>
    
    <parameter ismandatory="1" issimple="1" type="Sequence">
      <name>database</name>
      <attributes>
	<prompt>One or more of protein(s) against which HMM run (file
	in fasta format) (d)</prompt>
	<format>
	  <language>perl</language>
	  <code>" d=$value"</code>
	</format>
	<seqfmt>
	  <value>8</value>
	</seqfmt>
	<pipe>
	  <pipetype>seqfile</pipetype>
	  <language>perl</language>
	  <code>1</code>
	</pipe>
      </attributes>
    </parameter>

    &param;
    
  </parameters>
  
  </pise>
 
