annotate hmmalign.xml @ 0:858df076118a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
author iuc
date Fri, 02 Oct 2015 13:39:33 -0400
parents
children 11c9fd078fbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
2 <tool id="hmmer_hmmalign" name="hmmalign" version="@WRAPPER_VERSION@.0">
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
3 <description>align sequences to a profile HMM</description>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
4 <macros>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
5 <import>macros.xml</import>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
6 </macros>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
8 <expand macro="stdio"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
9 <command><![CDATA[
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
10 hmmalign
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
11
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
12 $trim
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
13 @FORMAT_SELECTOR@
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
14 --outformat stockholm
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
15
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
16 $hmmfile
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
17 $seq
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
18 > $output
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
19 ]]></command>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
20 <inputs>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
21 <param name="seq" type="data" format="fasta" label="Sequence to align against model" help="Sequence should be in FASTA format"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
22 <expand macro="input_hmm" />
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
23 <!-- TODO: mapali -->
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
24 <param name="trim" type="boolean" truevalue="--trim" label="trim terminal tails of nonaligned residues from alignment" help="(--trim)" falsevalue=""/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
25 <expand macro="format_selector"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
26 </inputs>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
27 <outputs>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
28 <data format="stockholm" name="output" label="Alignment of $seq.name to $hmmfile.name">
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
29 </data>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
30 </outputs>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
31 <tests>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
32 <test>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
33 <param name="hmmfile" value="globins4.hmm"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
34 <param name="seq" value="globins45.fa"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
35 <output name="output" file="globins-45-align.sto" lines_diff="20"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
36 </test>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
37 </tests>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
38 <help><![CDATA[
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
39 @HELP_PRE@
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
40
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
41 Perform a multiple sequence alignment of all the sequences in <seqfile> by
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
42 aligning them individually to the profile HMM in <hmmfile>. The new alignment
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
43 is output to stdout in Stockholm format. The <hmmfile> should contain only a
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
44 single profile. If it contains more, only the first profile in the file will be
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
45 used.
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
46
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
47 Either <hmmfile> or <seqfile> (but not both) may be ’-’ (dash), which means
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
48 reading this input from stdin rather than a file.
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
49
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
50 The sequences in <seqfile> are aligned in unihit local alignment mode.
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
51 Therefore they should already be known to contain only a single domain (or a
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
52 fragment of one). The optimal alignment may assign some residues as
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
53 nonhomologous (N and C states), in which case these residues are still included
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
54 in the resulting alignment, but shoved to the outer edges. To trim these
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
55 unaligned nonhomologous residues from the result, see the --trim option.
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
56
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
57
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
58 @HELP_PRE_OTH@
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
59
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
60 @FORMAT_SELECTOR_HELP@
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
61
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
62 @ATTRIBUTION@
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
63 ]]></help>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
64 <expand macro="citation"/>
858df076118a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
65 </tool>