annotate alimask.xml @ 0:62479bdcc059 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
author iuc
date Tue, 12 May 2015 15:04:26 -0400
parents
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_alimask" name="alimask" 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>append modelmask line to a multiple sequence alignments</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
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
11 alimask
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
12
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
13 #if $range_type.range_type_select == "model":
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
14 #set range = ','.join( [ "%s-%s" % (str($range.modelrangestart), str($range.modelrangeend)) for $range in $range_type.modelranges])
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
15 --modelrange $range
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
16 #else
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
17 #set range = ','.join( [ "%s-%s" % (str($range.alirangestart), str($range.alirangeend)) for $range in $range_type.aliranges])
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
18 --alirange $range
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
19 #end if
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
20
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
21 @FORMAT_SELECTOR@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
22 @MCSS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
23 @ARSWS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
24 @SEED@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
25
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
26 $msafile
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
27 $output
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
28 ]]></command>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
29 <inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
30 <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
31 <conditional name="range_type">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
32 <param name="range_type_select" type="select"
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
33 label="Input range coordinate basis">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
34 <option value="model">Range in model coordinates</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
35 <option value="ali">Range in alignment coordinates</option>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
36 </param>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
37 <when value="model">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
38 <repeat min="1" name="modelranges" title="Model Ranges">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
39 <param label="Model Range Start" name="modelrangestart" type="integer" value="10" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
40 <param label="Model Range End" name="modelrangeend" type="integer" value="20" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
41 </repeat>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
42 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
43 <when value="ali">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
44 <repeat min="1" name="aliranges" title="Alignment Ranges">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
45 <param label="Alignment Range Start" name="alirangestart" type="integer" value="10" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
46 <param label="Alignment Range End" name="alirangeend" type="integer" value="20" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
47 </repeat>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
48 </when>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
49 </conditional>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
50
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
51 <!-- TODO: support model2ali/ali2model as separate utilities? -->
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
52 <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
53 <expand macro="mcss"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
54 <expand macro="arsws"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
55 <expand macro="seed"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
56 </inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
57 <outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
58 <data format="stockholm" name="output" label="Output MSA"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
59 </outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
60 <tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
61 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
62 <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
63 <param name="modelrangestart" value="10" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
64 <param name="modelrangeend" value="20" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
65 <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
66 <output name="output" file="globins-masked.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
67 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
68 </tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
69 <help><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
70 @HELP_PRE@
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 alimask is used to apply a mask line to a multiple sequence alignment, based on
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
73 provided alignment or model coordinates. When hmmbuild receives a masked
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
74 alignment as input, it produces a profile model in which the emission
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
75 probabilities at masked positions are set to match the background frequency,
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
76 rather than being set based on observed frequencies in the alignment.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
77 Position-specific insertion and deletion rates are not altered, even in masked
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
78 regions. alimask autodetects input format, and produces masked alignments in
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
79 Stockholm format. <msafile> may contain only one sequence alignment.
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 A common motivation for masking a region in an alignment is that the region
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
82 contains a simple tandem repeat that is observed to cause an unacceptably high
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
83 rate of false positive hits.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
84
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
85 In the simplest case, a mask range is given in coordinates relative to the
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
86 input alignment, using --alirange <s>. However it is more often the case that
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
87 the region to be masked has been identified in coordinates relative to the
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
88 profile model (e.g. based on recognizing a simple repeat pattern in false hit
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
89 alignments or in the HMM logo). Not all alignment columns are converted to
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
90 match state positions in the profile (see the --symfrac flag for hmmbuild for
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
91 discussion), so model positions do not necessarily match up to alignment column
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
92 positions. To remove the burden of converting model positions to alignment
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
93 positions, alimask accepts the mask range input in model coordinates as well,
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
94 using --modelrange <s>. When using this flag, alimask determines which
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
95 alignment positions would be identified by hmmbuild as match states, a process
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
96 that requires that all hmmbuild flags impacting that decision be supplied to
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
97 alimask. It is for this reason that many of the hmmbuild flags are also used by
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
98 alimask.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
99
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
100 @HELP_PRE_OTH@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
101
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
102 **Ranges**
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
103
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
104 Ranges are expressed as a hyphenated pair of integers, e.g. 12-40. Ranges can
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
105 be expressed in terms of model coordinates or alignment coordinates.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
106
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
107 @FORMAT_SELECTOR_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
108 @MCSS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
109 @ARSWS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
110 @SEED_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
111
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
112 @ATTRIBUTION@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
113 ]]></help>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
114 <expand macro="citation"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
115 </tool>