annotate hmmbuild.xml @ 2:54b6b4d0613a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 261c6a4ae771a24a27a23cd808a4ae6e5248939b
author iuc
date Thu, 01 Oct 2015 11:13:19 -0400
parents 62479bdcc059
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
2 <tool id="hmmer_hmmbuild" name="hmmbuild" version="@WRAPPER_VERSION@.0">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
3 <description>Build a profile HMM from an input multiple alignment</description>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
4 <macros>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
5 <import>macros.xml</import>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
6 </macros>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
8 <expand macro="stdio"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
9 <command><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
10 hmmbuild
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
11
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
12 #if $hmmname:
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
13 -n "$hmmname"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
14 #end if
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
15
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
16 @FORMAT_SELECTOR@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
17 @MCSS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
18 @ARSWS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
19 @AEEWS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
20 @PRIOR@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
21 @HSSI@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
22 @EVAL_CALIB@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
23
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
24 @CPU@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
25 @SEED@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
26
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
27 @LENGTHS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
28 #if $maxinsertlen:
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
29 --maxinsertlen $maxinsertlen
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
30 #end if
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
31
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
32 $hmmout
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
33 $msafile
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
34 ]]></command>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
35 <inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
36 <expand macro="input_msa" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
37 <param name="hmmname" type="text" optional="True" label="Name for the HMM" help="(-n)"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
38 <expand macro="format_selector"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
39 <expand macro="mcss"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
40 <expand macro="arsws"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
41 <expand macro="aeews"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
42 <expand macro="prior"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
43 <expand macro="hssi"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
44 <expand macro="eval_calib_xml"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
45 <expand macro="seed"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
46
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
47 <expand macro="lengths" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
48 <param name="maxinsertlen" label="Pretend all inserts are length &lt;= n"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
49 help="(--maxinsertlen)" optional="True" type="integer"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
50 </inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
51 <outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
52 <data format="hmm3" name="hmmout" label="HMM profile from $msafile.name"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
53 </outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
54 <tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
55 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
56 <param name="msafile" value="globins4.sto"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
57 <expand macro="seed_test" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
58 <output name="hmmout" file="globins4.hmm" lines_diff="10"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
59 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
60 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
61 <param name="msafile" value="MADE1.sto"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
62 <expand macro="seed_test" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
63 <output name="hmmout" file="MADE1.hmm" lines_diff="14"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
64 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
65 </tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
66 <help><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
67 @HELP_PRE@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
68
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
69 For each multiple sequence alignment in <msafile> build a profile HMM and save
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
70 it to a new file <hmmfile out>.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
71
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
72 @HELP_PRE_OTH@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
73
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
74 @FORMAT_SELECTOR_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
75 @MCSS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
76 @ARSWS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
77 @AEEWS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
78 @PRIOR_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
79 @HSSI_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
80 @EVAL_CALIB_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
81 @SEED_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
82 @LENGTHS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
83
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
84 @ATTRIBUTION@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
85 ]]></help>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
86 <expand macro="citation"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
87 </tool>