0
|
1 <tool id="hmmpress" name="hmmpress" version="1.0.0">
|
|
2 <description>Compress profile db</description>
|
|
3 <command interpreter="perl">hmmpress_wrapper.pl $infile $outfile $outfile.extra_files_path</command>
|
|
4 <inputs>
|
|
5 <param name="infile" type="data" format="hmm" label="HMM profile Db" help="Created by hmmbuild" />
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data name="outfile" format="hmmpressed" />
|
|
9 </outputs>
|
|
10 <help>
|
|
11 **What It Does**
|
|
12
|
|
13 Starting from a profile database in standard HMMER3 format, construct binary compressed datafiles for hmmscan.
|
|
14
|
|
15 The hmmpress step is required for hmmscan to work.
|
|
16 </help>
|
|
17 </tool>
|