annotate vsearch_macros.xml @ 5:b3c7199d8786 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
author iuc
date Fri, 07 Sep 2018 11:31:31 -0400
parents 576963db5f1b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
1 <macros>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
2 <xml name="requirements">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
3 <requirements>
4
576963db5f1b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
iuc
parents: 3
diff changeset
4 <requirement type="package" version="@VERSION@">vsearch</requirement>
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
5 </requirements>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
6 </xml>
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
7 <token name="@VERSION@">2.8.3</token>
3
4258854759ba planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 29f6e6424a37947adbe1eba92f0e7d3c83efc042-dirty
iuc
parents: 2
diff changeset
8
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
9 <xml name="version_command">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
10 <version_command>vsearch --version | head -n 1 | awk '{print $2}' | sed 's/,//'</version_command>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
11 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
12 <xml name="stdio">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
13 <stdio>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
14 <exit_code range="1:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
15 <exit_code range=":-1" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
16 <regex match="Error:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
17 <regex match="Exception:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
18 </stdio>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
19 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
20
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
21 <xml name="topn">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
22 <param name="topn" type="integer" value="" optional="True" label="Output just first n sequences"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
23 help="(--topn)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
24 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
25
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
26 <xml name="maxaccepts">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
27 <param name="maxaccepts" type="integer" value="1" label="Number of hits to accept and show per strand"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
28 help="(--maxaccepts)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
29 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
30 <xml name="maxrejects">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
31 <param name="maxrejects" type="integer" value="32" label="Number of non-matching hits to consider"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
32 help="(--maxrejects)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
33 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
34 <xml name="qmask">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
35 <param name="qmask" type="select" label="Mask sequences" help="(--qmask)">
1
8c4e2933a17a 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
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
37 <option value="dust" selected="True">dust</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
38 <option value="soft">soft</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
39 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
40 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
41
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
42 <xml name="hardmask">
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
43 <param name="hardmask" type="boolean" truevalue="--hardmask" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
44 label="Mask by replacing with N instead of lower case" help="(--hardmask)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
45 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
46
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
47 <xml name="id_and_iddef">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
48 <param name="iddef" type="select" label="ID definition" help="(--iddef)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
49 <option value="0">CD-HIT</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
50 <option value="1">all</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
51 <option value="2" selected="True">int</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
52 <option value="3">MBL</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
53 <option value="4">BLAST</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
54 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
55 <param name="id" type="float" value="" optional="True" label="Reject hit if identity is lower than this value"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
56 help="(--id)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
57 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
58
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
59 <xml name="self_and_selfid">
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
60 <param name="self_param" type="boolean" truevalue="--self" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
61 label="Exclude identical labels for --uchime_ref" help="(--self)"/>
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
62 <param name="selfid_param" type="boolean" truevalue="--selfid" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
63 label="Exclude identical sequences for --uchime_ref" help="(--selfid)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
64 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
65
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
66 <xml name="strand">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
67 <param name="strand" type="select" label="Strand specific clustering" help="(--strand)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
68 <option value="plus" selected="True">Plus strand</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
69 <option value="both">Both strands</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
70 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
71 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
72
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
73 <xml name="sizein">
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
74 <param name="sizein" type="boolean" truevalue="--sizein" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
75 label="Read abundance annotation from input" help="(--sizein)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
76 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
77
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
78 <xml name="sizeout">
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
79 <param name="sizeout" type="boolean" truevalue="--sizeout" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
80 label="Write cluster abundances to centroid file" help="(--sizeout)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
81 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
82
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
83 <xml name="uclust_like_output">
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
diff changeset
84 <param name="uc" type="boolean" truevalue="--uc" falsevalue="" checked="False"
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
85 label="UCLUST-like output" help="(--uc)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
86 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
87
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
88 <token name="@GENERAL@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
89 --threads "\${GALAXY_SLOTS:-4}"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
90 --notrunclabels
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
91 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
92 <token name="@USERFIELDS@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
93 #if $userfields_output.userfields_output_select == 'yes':
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
94 --userfields '#echo '+'.join( str($userfields_output.userfields).split(',') )#'
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
95 --userout $userout
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
96 #end if
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
97 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
98 <xml name="userfields_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
99 <data name="userout" format="tabular" label="${tool.name} on ${on_string}: tabular output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
100 <filter>userfields_output.userfields_output_select == 'yes'</filter>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
101 </data>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
102 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
103
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
104 <xml name="userfields">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
105 <conditional name="userfields_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
106 <param name="userfields_output_select" type="select" label="User defined tabular output" help="(--userfields)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
107 <option value="yes">Yes</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
108 <option value="no" selected="True">No</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
109 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
110 <when value="yes">
fae6527990af Imported from capsule None
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)">
fae6527990af Imported from capsule None
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>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
113 <option value="alnlen">Print the length of the query-target alignment (number of columns)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
114 <option value="bits">Bit score (not computed for nucleotide alignments)</option>
fae6527990af Imported from capsule None
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>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
116 <option value="evalue" selected="True">E-value (not computed for nucleotide alignments)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
117 <option value="exts">Number of columns containing a gap extension (zero or positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
118 <option value="gaps">Number of columns containing a gap (zero or positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
119 <option value="id">Percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
120 <option value="id0">CD-HIT definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
121 <option value="id1">The percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
122 <option value="id2">The percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
123 <option value="id3">Marine Biological Lab definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
124 <option value="id4">BLAST definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
125 <option value="ids">Number of matches in the alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
126 <option value="mism">Number of mismatches in the alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
127 <option value="opens">Number of columns containing a gap opening</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
128 <option value="pairs">Number of columns containing only nucleotides</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
129 <option value="pctgaps">Number of columns containing gaps expressed as a percentage of the alignment length</option>
fae6527990af Imported from capsule None
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>
fae6527990af Imported from capsule None
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>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
132 <option value="qcov">Fraction of the query sequence that is aligned with the target sequence</option>
fae6527990af Imported from capsule None
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>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
134 <option value="qhi">Last nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
135 <option value="qihi">Last nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
136 <option value="qilo">First nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
137 <option value="ql">Query sequence length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
138 <option value="qlo">First nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
139 <option value="qrow">Print the sequence of the query segment as seen in the pairwise alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
140 <option value="qs">Query segment length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
141 <option value="qstrand">Query strand orientation (+ or - for nucleotide sequences)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
142 <option value="query" selected="True">Query label</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
143 <option value="raw">Raw alignment score (negative, null or positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
144 <option value="target" selected="True">Target label</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
145 <option value="tcov">Fraction of the target sequence that is aligned with the query sequence</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
146 <option value="tframe">Target frame (-3 to +3) - not computed by vsearch</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
147 <option value="thi">Last nucleotide of the target aligned with the query</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
148 <option value="tihi">Last nucleotide of the target aligned with the query (ignoring terminal gaps)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
149 <option value="tilo">First nucleotide of the target aligned with the query (ignoring initial gaps)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
150 <option value="tl">Target sequence length (positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
151 <option value="tlo">First nucleotide of the target aligned with the query</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
152 <option value="trow">Print the sequence of the target segment as seen in the pairwise alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
153 <option value="ts">Target segment length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
154 <option value="tstrand">Target strand orientation (+ or - for nucleotide sequences)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
155 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
156 </when>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
157 <when value="no" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
158 </conditional>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
159 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
160
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
161 <xml name="general_output">
4
576963db5f1b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
iuc
parents: 3
diff changeset
162 <param name="outputs" type="select" multiple="True" optional="false" label="Select output files" help="">
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
163 <option value="--alnout">Human-readable alignment output</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
164 <option value="--blast6out" selected="True">Blast-like tab-separated output</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
165 <option value="--fastapairs">Write query/target pairs of sequences</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
166 <yield/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
167 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
168 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
169
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
170 <token name="@EXTERNAL_DOCUMENTATION@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
171 <![CDATA[
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
172
5
b3c7199d8786 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
iuc
parents: 4
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
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
174
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
175 ]]>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
176 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
177 <token name="@USERFIELDS_HELP@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
178 **Available fields in user defined tabular output**
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
179
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
180 ========= ================
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
181 Key Description
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
182 ========= ================
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
185 bits Bit score (not computed for nucleotide alignments). Always set to 0.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
187 evalue E-value (not computed for nucleotide alignments). Always set to -1.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
188 exts Number of columns containing a gap extension (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
189 gaps Number of columns containing a gap (zero or positive integer value).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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)]).
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
196 ids Number of matches in the alignment (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
197 mism Number of mismatches in the alignment (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
198 opens Number of columns containing a gap opening (zero or positive integer value).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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).
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
208 ql Query sequence length (positive integer value). The field is set to 0 if there is no alignment.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
211 qs Query segment length. Always equal to query sequence length.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
212 qstrand Query strand orientation (+ or - for nucleotide sequences). Empty field if there is no alignment.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
213 query Query label.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
215 target Target label. The field is set to "*" if there is no alignment.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
221 tl Target sequence length (positive integer value). The field is set to 0 if there is no alignment.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
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.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
226 ========= ================
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
227
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
228 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
229 <xml name="citations">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
230 <citations>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
231 <citation type="doi">10.5281/zenodo.15524</citation>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
232 <yield />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
233 </citations>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
234 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
235 </macros>