annotate hmmemit.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_hmmemit" name="hmmemit" 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>sample sequence(s) from a profile HMM</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 hmmemit
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 $oformat.oformat_select == "fasta":
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
13 -N $oformat.N_fa
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
14 #elif $oformat.oformat_select == "aln":
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
15 -N $oformat.N_aln
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
16 -a
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
17 #elif $oformat.oformat_select == "mrcs":
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
18 -c
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
19 #elif $oformat.oformat_select == "mrcsf":
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
20 --minl $oformat.minl
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
21 --minu $oformat.minu
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
22 -C
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
23 #else:
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
24 -N $oformat.N_smp
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
25 -p
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
26 #if $oformat.L:
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
27 -L $oformat.L
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
28 #end if
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
29 $oformat.emission_profiles
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
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
33 @SEED@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
34
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
35 $hmmfile
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
36 > $output
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
37 ]]></command>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
38 <inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
39 <expand macro="input_hmm" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
40
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
41 <conditional name="oformat">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
42 <param name="oformat_select" type="select" label="Output Format">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
43 <option value="fasta" selected="true">Fasta</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
44 <option value="aln">Alignment</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
45 <option value="mrcs">Majority-Rule Concensus Sequence</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
46 <option value="mrcsf">Fancier Concensus Sequence</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
47 <option value="sample">Sample sequences from profile, not core model</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
48 </param>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
49 <when value="fasta">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
50 <param name="N_fa" type="integer" value="1" min="1" help="(-N)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
51 label="Number of sequences to generate"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
52 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
53 <when value="aln">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
54 <param name="N_aln" type="integer" value="1" min="1" help="(-N)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
55 label="Number of sequences to generate"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
56 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
57 <when value="mrcs">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
58 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
59 <when value="mrcsf">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
60 <param name="minl" type="float" value="0.7" help="(--minl)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
61 label="show consensus as 'any' (X/N) unless >= this fraction"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
62 <param name="minu" type="float" value="0.2" help="(--minu)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
63 label="show consensus as upper case if >= this fraction"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
64 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
65 <when value="sample">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
66 <param name="N_smp" type="integer" value="1" min="1" help="(-N)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
67 label="Number of sequences to generate"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
68 <param name="L" type="integer" optional="True" help="(-L)"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
69 label="Expected length of profile"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
70
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
71 <param name="emission_profiles" type="select" label="Emission profile options">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
72 <option value="--local" selected="true">configure profile in multihit local mode</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
73 <option value="--unilocal">configure profile in unilocal mode</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
74 <option value="--glocal">configure profile in multihit glocal mode</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
75 <option value="--uniglocal">configure profile in unihit glocal mode</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
76 </param>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
77 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
78 </conditional>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
79
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
80
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
81 <expand macro="seed"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
82 </inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
83 <outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
84 <data format="fasta" name="output" label="Sequences generated from $hmmfile.name">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
85 <change_format>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
86 <when input="oformat_select" value="aln" format="stockholm"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
87 <!-- the rest are fasta -->
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
88 </change_format>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
89 </data>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
90 </outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
91 <tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
92 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
93 <param name="hmmfile" value="globins4.hmm"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
94 <param name="oformat_select" value="aln"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
95 <param name="N_aln" value="10"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
96 <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
97 <output name="output" file="globins4-emit.sto" lines_diff="4"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
98 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
99 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
100 <param name="hmmfile" value="globins4.hmm"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
101 <param name="oformat_select" value="fasta"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
102 <param name="N_aln" value="10"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
103 <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
104 <output name="output" file="globins4-emit-1.sto" lines_diff="4"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
105 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
106 </tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
107 <help><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
108 @HELP_PRE@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
109
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
110 The hmmemit program samples (emits) sequences from the profile HMM(s) in
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
111 hmmfile, and writes them to output. Sampling sequences may be useful for a
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
112 variety of purposes, including creating synthetic true positives for benchmarks
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
113 or tests.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
114
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
115 The default is to sample one unaligned sequence from the core probability
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
116 model, which means that each sequence consists of one full-length domain.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
117 Alternatively, with the -c option, you can emit a simple majority-rule
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
118 consensus sequence; or with the -a option, you can emit an alignment (in which
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
119 case, you probably also want to set -N to something other than its default of 1
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
120 sequence per model).
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
121
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
122 As another option, with the -p option you can sample a sequence from a fully
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
123 configured HMMER search profile. This means sampling a ‘homologous sequence’ by
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
124 HMMER’s definition, including nonhomologous flanking sequences, local
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
125 alignments, and multiple domains per sequence, depending on the length model
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
126 and alignment mode chosen for the profile.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
127
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
128 The hmmfile may contain a library of HMMs, in which case each HMM will be used
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
129 in turn.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
130
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
131 @HELP_PRE_OTH@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
132
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
133 Output Formats
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
134 --------------
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
135
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
136 Several output formats are available, each with different options.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
137
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
138 **Fasta**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
139
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
140 Fasta option is the easiest to understand, given an input model, it will produce N sequences in fasta format from that model.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
141
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
142 **Alignment**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
143
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
144 Produces a stockholm alignment, of what the Fasta output would have produced.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
145
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
146 **Majority-Rule Concensus Sequence**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
147
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
148 Emit a plurality-rule consensus sequence, instead of sampling a sequence from
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
149 the profile HMM’s probability distribution. The consensus sequence is formed by
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
150 selecting the maximum probability residue at each match state.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
151
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
152 **Fancier Concensus Sequence**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
153
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
154 Emit a fancier plurality-rule consensus sequence than the -c option. If the
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
155 maximum probability residue has p < minl show it as a lower case ’any’ residue
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
156 (n or x); if p >= minl and < minu show it as a lower case residue; and if p >=
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
157 minu show it as an upper case residue. The default settings of minu and minl
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
158 are both 0.0, which means -C gives the same output as -c unless you also set
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
159 minu and minl to what you want.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
160
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
161 **Sample**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
162
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
163 Sample unaligned sequences from the implicit search profile, not from the core
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
164 model. The core model consists only of the homologous states (between the begin
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
165 and end states of a HMMER Plan7 model). The profile includes the nonhomologous
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
166 N, C, and J states, local/glocal and uni/multihit algorithm configuration, and
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
167 the target length model. Therefore sequences sampled from a profile may in-
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
168 clude nonhomologous as well as homologous sequences, and may contain more than
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
169 one homologous sequence segment. By default, the profile is in multihit local
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
170 mode, and the target sequence length is configured for L=400.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
171
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
172 @ATTRIBUTION@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
173 ]]></help>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
174 <expand macro="citation"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
175 </tool>