annotate hmmbuild.xml @ 2:ef9501a30bfe draft default tip

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