Mercurial > repos > iuc > vsearch
annotate vsearch_macros.xml @ 10:32e8ed5c6100 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 98411bbc8c371cf56d81fc4a1402ee64efef41eb"
| author | iuc |
|---|---|
| date | Wed, 04 Nov 2020 07:35:42 +0000 |
| parents | d918f0219e81 |
| children |
| rev | line source |
|---|---|
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
1 <macros> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
2 <xml name="requirements"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
3 <requirements> |
|
8
49daa1e5faf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
iuc
parents:
6
diff
changeset
|
4 <requirement type="package" version="@VERSION@">vsearch</requirement> |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
5 </requirements> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
6 </xml> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
7 <token name="@VERSION@">2.8.3</token> |
|
6
50cc0d99b800
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit b'29f6e6424a37947adbe1eba92f0e7d3c83efc042'
iuc
parents:
5
diff
changeset
|
8 |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
9 <xml name="version_command"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
10 <version_command>vsearch --version | head -n 1 | awk '{print $2}' | sed 's/,//'</version_command> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
11 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
12 <xml name="stdio"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
13 <stdio> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
14 <exit_code range="1:" /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
15 <exit_code range=":-1" /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
16 <regex match="Error:" /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
17 <regex match="Exception:" /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
18 </stdio> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
19 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
20 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
21 <xml name="topn"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
22 <param name="topn" type="integer" value="" optional="True" label="Output just first n sequences" |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
23 help="(--topn)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
24 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
25 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
26 <xml name="maxaccepts"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
27 <param name="maxaccepts" type="integer" value="1" label="Number of hits to accept and show per strand" |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
28 help="(--maxaccepts)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
29 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
30 <xml name="maxrejects"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
31 <param name="maxrejects" type="integer" value="32" label="Number of non-matching hits to consider" |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
32 help="(--maxrejects)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
33 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
34 <xml name="qmask"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
35 <param name="qmask" type="select" label="Mask sequences" help="(--qmask)"> |
|
4
eb4910c5de12
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 95732e013ec4dfe5dae0b9ed81e9d7710cbaed9d
iuc
parents:
0
diff
changeset
|
36 <option value="none">No masking</option> |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
37 <option value="dust" selected="True">dust</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
38 <option value="soft">soft</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
39 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
40 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
41 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
42 <xml name="hardmask"> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
43 <param name="hardmask" type="boolean" truevalue="--hardmask" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
44 label="Mask by replacing with N instead of lower case" help="(--hardmask)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
45 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
46 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
47 <xml name="id_and_iddef"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
48 <param name="iddef" type="select" label="ID definition" help="(--iddef)"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
49 <option value="0">CD-HIT</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
50 <option value="1">all</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
51 <option value="2" selected="True">int</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
52 <option value="3">MBL</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
53 <option value="4">BLAST</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
54 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
55 <param name="id" type="float" value="" optional="True" label="Reject hit if identity is lower than this value" |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
56 help="(--id)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
57 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
58 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
59 <xml name="self_and_selfid"> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
60 <param name="self_param" type="boolean" truevalue="--self" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
61 label="Exclude identical labels for --uchime_ref" help="(--self)"/> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
62 <param name="selfid_param" type="boolean" truevalue="--selfid" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
63 label="Exclude identical sequences for --uchime_ref" help="(--selfid)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
64 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
65 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
66 <xml name="strand"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
67 <param name="strand" type="select" label="Strand specific clustering" help="(--strand)"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
68 <option value="plus" selected="True">Plus strand</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
69 <option value="both">Both strands</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
70 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
71 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
72 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
73 <xml name="sizein"> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
74 <param name="sizein" type="boolean" truevalue="--sizein" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
75 label="Read abundance annotation from input" help="(--sizein)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
76 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
77 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
78 <xml name="sizeout"> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
79 <param name="sizeout" type="boolean" truevalue="--sizeout" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
80 label="Write cluster abundances to centroid file" help="(--sizeout)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
81 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
82 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
83 <xml name="uclust_like_output"> |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
84 <param name="uc" type="boolean" truevalue="--uc" falsevalue="" checked="False" |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
85 label="UCLUST-like output" help="(--uc)"/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
86 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
87 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
88 <token name="@GENERAL@"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
89 --threads "\${GALAXY_SLOTS:-4}" |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
90 --notrunclabels |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
91 </token> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
92 <token name="@USERFIELDS@"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
93 #if $userfields_output.userfields_output_select == 'yes': |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
94 --userfields '#echo '+'.join( str($userfields_output.userfields).split(',') )#' |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
95 --userout $userout |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
96 #end if |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
97 </token> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
98 <xml name="userfields_output"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
99 <data name="userout" format="tabular" label="${tool.name} on ${on_string}: tabular output"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
100 <filter>userfields_output.userfields_output_select == 'yes'</filter> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
101 </data> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
102 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
103 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
104 <xml name="userfields"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
105 <conditional name="userfields_output"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
106 <param name="userfields_output_select" type="select" label="User defined tabular output" help="(--userfields)"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
107 <option value="yes">Yes</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
108 <option value="no" selected="True">No</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
109 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
110 <when value="yes"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
111 <param name="userfields" type="select" multiple="True" label="Fields in tabular output" help="For more information about the columns please scroll down to the tool help. (--userfields)"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
112 <option value="aln">Print a string of M (match), D (delete, i.e. a gap in the query) and I (insert, i.e. a gap in the target) representing the pairwise alignment</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
113 <option value="alnlen">Print the length of the query-target alignment (number of columns)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
114 <option value="bits">Bit score (not computed for nucleotide alignments)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
115 <option value="caln">Compact representation of the pairwise alignment using the CIGAR format (Compact Idiosyncratic Gapped Alignment Report): M (match), D (deletion) and I (insertion)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
116 <option value="evalue" selected="True">E-value (not computed for nucleotide alignments)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
117 <option value="exts">Number of columns containing a gap extension (zero or positive integer value)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
118 <option value="gaps">Number of columns containing a gap (zero or positive integer value)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
119 <option value="id">Percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
120 <option value="id0">CD-HIT definition of the percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
121 <option value="id1">The percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
122 <option value="id2">The percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
123 <option value="id3">Marine Biological Lab definition of the percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
124 <option value="id4">BLAST definition of the percentage of identity</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
125 <option value="ids">Number of matches in the alignment</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
126 <option value="mism">Number of mismatches in the alignment</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
127 <option value="opens">Number of columns containing a gap opening</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
128 <option value="pairs">Number of columns containing only nucleotides</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
129 <option value="pctgaps">Number of columns containing gaps expressed as a percentage of the alignment length</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
130 <option value="pctpv">Percentage of positive columns. When working with nucleotide sequences, this is equivalent to the percentage of matches</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
131 <option value="pv">Number of positive columns. When working with nucleotide sequences, this is equivalent to the number of matches</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
132 <option value="qcov">Fraction of the query sequence that is aligned with the target sequence</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
133 <option value="qframe">Query frame (-3 to +3). That field only concerns coding sequences and is not computed by vsearch</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
134 <option value="qhi">Last nucleotide of the query aligned with the target</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
135 <option value="qihi">Last nucleotide of the query aligned with the target</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
136 <option value="qilo">First nucleotide of the query aligned with the target</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
137 <option value="ql">Query sequence length</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
138 <option value="qlo">First nucleotide of the query aligned with the target</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
139 <option value="qrow">Print the sequence of the query segment as seen in the pairwise alignment</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
140 <option value="qs">Query segment length</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
141 <option value="qstrand">Query strand orientation (+ or - for nucleotide sequences)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
142 <option value="query" selected="True">Query label</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
143 <option value="raw">Raw alignment score (negative, null or positive integer value)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
144 <option value="target" selected="True">Target label</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
145 <option value="tcov">Fraction of the target sequence that is aligned with the query sequence</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
146 <option value="tframe">Target frame (-3 to +3) - not computed by vsearch</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
147 <option value="thi">Last nucleotide of the target aligned with the query</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
148 <option value="tihi">Last nucleotide of the target aligned with the query (ignoring terminal gaps)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
149 <option value="tilo">First nucleotide of the target aligned with the query (ignoring initial gaps)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
150 <option value="tl">Target sequence length (positive integer value)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
151 <option value="tlo">First nucleotide of the target aligned with the query</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
152 <option value="trow">Print the sequence of the target segment as seen in the pairwise alignment</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
153 <option value="ts">Target segment length</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
154 <option value="tstrand">Target strand orientation (+ or - for nucleotide sequences)</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
155 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
156 </when> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
157 <when value="no" /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
158 </conditional> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
159 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
160 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
161 <xml name="general_output"> |
|
8
49daa1e5faf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
iuc
parents:
6
diff
changeset
|
162 <param name="outputs" type="select" multiple="True" optional="false" label="Select output files" help=""> |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
163 <option value="--alnout">Human-readable alignment output</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
164 <option value="--blast6out" selected="True">Blast-like tab-separated output</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
165 <option value="--fastapairs">Write query/target pairs of sequences</option> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
166 <yield/> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
167 </param> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
168 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
169 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
170 <token name="@EXTERNAL_DOCUMENTATION@"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
171 <![CDATA[ |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
172 |
|
9
d918f0219e81
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents:
8
diff
changeset
|
173 For details about this tool, please refer to the `GitHub repository <https://github.com/torognes/vsearch>`_ or the `vsearch manual <https://github.com/torognes/vsearch/releases/download/v2.8.3/vsearch_manual.pdf>`_. |
|
0
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
174 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
175 ]]> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
176 </token> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
177 <token name="@USERFIELDS_HELP@"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
178 **Available fields in user defined tabular output** |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
179 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
180 ========= ================ |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
181 Key Description |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
182 ========= ================ |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
183 aln Print a string of M (match), D (delete, i.e. a gap in the query) and I (insert, i.e. a gap in the target) representing the pairwise alignment. Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
184 alnlen Print the length of the query-target alignment (number of columns). The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
185 bits Bit score (not computed for nucleotide alignments). Always set to 0. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
186 caln Compact representation of the pairwise alignment using the CIGAR format (Compact Idiosyncratic Gapped Alignment Report): M (match), D (deletion) and I (insertion). Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
187 evalue E-value (not computed for nucleotide alignments). Always set to -1. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
188 exts Number of columns containing a gap extension (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
189 gaps Number of columns containing a gap (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
190 id Percentage of identity (real value ranging from 0.0 to 100.0). The percentage identity is defined as 100 * (matching columns) / (alignment length - terminal gaps). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
191 id0 CD-HIT definition of the percentage of identity (real value ranging from 0.0 to 100.0) using the length of the shortest sequence in the pairwise alignment as denominator: 100 * (matching columns) / (shortest sequence length). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
192 id1 The percentage of identity (real value ranging from 0.0 to 100.0) is defined as the edit distance: 100 * (matching columns) / (alignment length). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
193 id2 The percentage of identity (real value ranging from 0.0 to 100.0) is defined as the edit distance, excluding terminal gaps. The field id2 is an alias for the field id. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
194 id3 Marine Biological Lab definition of the percentage of identity (real value ranging from 0.0 to 100.0), counting each extended gap (internal or terminal) as a single difference and using the length of the longest sequence in the pairwise alignment as denominator: 100 * (1.0 - [(mismatches + gaps) / (longest sequence length)]). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
195 id4 BLAST definition of the percentage of identity (real value ranging from 0.0 to 100.0), equivalent to −−iddef 2 in a context of global pairwise alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
196 ids Number of matches in the alignment (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
197 mism Number of mismatches in the alignment (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
198 opens Number of columns containing a gap opening (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
199 pairs Number of columns containing only nucleotides. That value corresponds to the length of the alignment minus the gap-containing columns (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
200 pctgaps Number of columns containing gaps expressed as a percentage of the alignment length (real value ranging from 0.0 to 100.0). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
201 pctpv Percentage of positive columns. When working with nucleotide sequences, this is equivalent to the percentage of matches (real value ranging from 0.0 to 100.0). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
202 pv Number of positive columns. When working with nucleotide sequences, this is equivalent to the number of matches (zero or positive integer value). |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
203 qcov Fraction of the query sequence that is aligned with the target sequence (real value ranging from 0.0 to 100.0). The query coverage is computed as 100.0 * (matches + mismatches) / query sequence length. Internal or terminal gaps are not taken into account. The field is set to 0.0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
204 qframe Query frame (-3 to +3). That field only concerns coding sequences and is not computed by vsearch. Always set to +0. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
205 qhi Last nucleotide of the query aligned with the target. Always equal to the length of the pairwise alignment. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
206 qihi Last nucleotide of the query aligned with the target (ignoring terminal gaps). Nucleotide numbering starts from 1. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
207 qilo First nucleotide of the query aligned with the target (ignoring initial gaps). Nucleotide numbering starts from 1. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
208 ql Query sequence length (positive integer value). The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
209 qlo First nucleotide of the query aligned with the target. Always equal to 1 if there is an alignment, 0 otherwise. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
210 qrow Print the sequence of the query segment as seen in the pairwise alignment (i.e. with gap insertions if need be). Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
211 qs Query segment length. Always equal to query sequence length. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
212 qstrand Query strand orientation (+ or - for nucleotide sequences). Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
213 query Query label. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
214 raw Raw alignment score (negative, null or positive integer value). The score is the sum of match rewards minus mismatch penalties, gap openings and gap extensions. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
215 target Target label. The field is set to "*" if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
216 tcov Fraction of the target sequence that is aligned with the query sequence (real value rang-ing from 0.0 to 100.0). The target coverage is computed as 100.0 * (matches + mis-matches) / target sequence length. Internal or terminal gaps are not taken into account. The field is set to 0.0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
217 tframe Target frame (-3 to +3). That field only concerns coding sequences and is not computed by vsearch. Always set to +0. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
218 thi Last nucleotide of the target aligned with the query. Always equal to the length of the pairwise alignment. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
219 tihi Last nucleotide of the target aligned with the query (ignoring terminal gaps). Nucleotide numbering starts from 1. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
220 tilo First nucleotide of the target aligned with the query (ignoring initial gaps). Nucleotide numbering starts from 1. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
221 tl Target sequence length (positive integer value). The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
222 tlo First nucleotide of the target aligned with the query. Always equal to 1 if there is an alignment, 0 otherwise. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
223 trow Print the sequence of the target segment as seen in the pairwise alignment (i.e. with gap insertions if need be). Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
224 ts Target segment length. Always equal to target sequence length. The field is set to 0 if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
225 tstrand Target strand orientation (+ or - for nucleotide sequences). Always set to "+", so reverse strand matches have tstrand "+" and qstrand "-". Empty field if there is no alignment. |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
226 ========= ================ |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
227 |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
228 </token> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
229 <xml name="citations"> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
230 <citations> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
231 <citation type="doi">10.5281/zenodo.15524</citation> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
232 <yield /> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
233 </citations> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
234 </xml> |
|
24e4f42410e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e5cf9d23d3659072c80ad4bc5d6882da9605ab7e
iuc
parents:
diff
changeset
|
235 </macros> |
