annotate vsearch_macros.xml @ 0:fae6527990af draft

Imported from capsule None
author iuc
date Thu, 21 May 2015 03:58:09 -0400
parents
children 8c4e2933a17a
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>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
4 <requirement type="package" version="1.1.3">vsearch</requirement>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
5 </requirements>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
6 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
7 <xml name="version_command">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
8 <version_command>vsearch --version | head -n 1 | awk '{print $2}' | sed 's/,//'</version_command>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
9 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
10 <xml name="stdio">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
11 <stdio>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
12 <exit_code range="1:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
13 <exit_code range=":-1" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
14 <regex match="Error:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
15 <regex match="Exception:" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
16 </stdio>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
17 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
18
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
19 <xml name="topn">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
20 <param name="topn" type="integer" value="" optional="True" label="Output just first n sequences"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
21 help="(--topn)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
22 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
23
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
24 <xml name="maxaccepts">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
25 <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
26 help="(--maxaccepts)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
27 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
28 <xml name="maxrejects">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
29 <param name="maxrejects" type="integer" value="32" label="Number of non-matching hits to consider"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
30 help="(--maxrejects)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
31 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
32 <xml name="qmask">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
33 <param name="qmask" type="select" label="Mask sequences" help="(--qmask)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
34 <option value="no">No masking</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
35 <option value="dust" selected="True">dust</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
36 <option value="soft">soft</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
37 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
38 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
39
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
40 <xml name="hardmask">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
41 <param name="hardmask" type="boolean" truevalue="--hardmask" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
42 label="Mask by replacing with N instead of lower case" help="(--hardmask)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
43 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
44
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
45 <xml name="id_and_iddef">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
46 <param name="iddef" type="select" label="ID definition" help="(--iddef)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
47 <option value="0">CD-HIT</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
48 <option value="1">all</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
49 <option value="2" selected="True">int</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
50 <option value="3">MBL</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
51 <option value="4">BLAST</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
52 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
53 <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
54 help="(--id)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
55 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
56
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
57 <xml name="self_and_selfid">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
58 <param name="self_param" type="boolean" truevalue="--self" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
59 label="Exclude identical labels for --uchime_ref" help="(--self)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
60 <param name="selfid_param" type="boolean" truevalue="--selfid" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
61 label="Exclude identical sequences for --uchime_ref" help="(--selfid)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
62 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
63
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
64 <xml name="strand">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
65 <param name="strand" type="select" label="Strand specific clustering" help="(--strand)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
66 <option value="plus" selected="True">Plus strand</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
67 <option value="both">Both strands</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
68 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
69 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
70
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
71 <xml name="sizein">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
72 <param name="sizein" type="boolean" truevalue="--sizein" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
73 label="Read abundance annotation from input" help="(--sizein)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
74 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
75
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
76 <xml name="sizeout">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
77 <param name="sizeout" type="boolean" truevalue="--sizeout" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
78 label="Write cluster abundances to centroid file" help="(--sizeout)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
79 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
80
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
81 <xml name="uclust_like_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
82 <param name="uc" type="boolean" truevalue="--uc" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
83 label="UCLUST-like output" help="(--uc)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
84 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
85
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
86 <token name="@GENERAL@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
87 --threads "\${GALAXY_SLOTS:-4}"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
88 --notrunclabels
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
89 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
90 <token name="@USERFIELDS@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
91 #if $userfields_output.userfields_output_select == 'yes':
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
92 --userfields '#echo '+'.join( str($userfields_output.userfields).split(',') )#'
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
93 --userout $userout
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
94 #end if
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
95 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
96 <xml name="userfields_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
97 <data name="userout" format="tabular" label="${tool.name} on ${on_string}: tabular output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
98 <filter>userfields_output.userfields_output_select == 'yes'</filter>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
99 </data>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
100 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
101
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
102 <xml name="userfields">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
103 <conditional name="userfields_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
104 <param name="userfields_output_select" type="select" label="User defined tabular output" help="(--userfields)">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
105 <option value="yes">Yes</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
106 <option value="no" selected="True">No</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
107 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
108 <when value="yes">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
109 <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
110 <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
111 <option value="alnlen">Print the length of the query-target alignment (number of columns)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
112 <option value="bits">Bit score (not computed for nucleotide alignments)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
113 <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
114 <option value="evalue" selected="True">E-value (not computed for nucleotide alignments)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
115 <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
116 <option value="gaps">Number of columns containing a gap (zero or positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
117 <option value="id">Percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
118 <option value="id0">CD-HIT definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
119 <option value="id1">The percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
120 <option value="id2">The percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
121 <option value="id3">Marine Biological Lab definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
122 <option value="id4">BLAST definition of the percentage of identity</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
123 <option value="ids">Number of matches in the alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
124 <option value="mism">Number of mismatches in the alignment</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
125 <option value="opens">Number of columns containing a gap opening</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
126 <option value="pairs">Number of columns containing only nucleotides</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
127 <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
128 <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
129 <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
130 <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
131 <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
132 <option value="qhi">Last nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
133 <option value="qihi">Last nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
134 <option value="qilo">First nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
135 <option value="ql">Query sequence length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
136 <option value="qlo">First nucleotide of the query aligned with the target</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
137 <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
138 <option value="qs">Query segment length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
139 <option value="qstrand">Query strand orientation (+ or - for nucleotide sequences)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
140 <option value="query" selected="True">Query label</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
141 <option value="raw">Raw alignment score (negative, null or positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
142 <option value="target" selected="True">Target label</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
143 <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
144 <option value="tframe">Target frame (-3 to +3) - not computed by vsearch</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
145 <option value="thi">Last nucleotide of the target aligned with the query</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
146 <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
147 <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
148 <option value="tl">Target sequence length (positive integer value)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
149 <option value="tlo">First nucleotide of the target aligned with the query</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
150 <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
151 <option value="ts">Target segment length</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
152 <option value="tstrand">Target strand orientation (+ or - for nucleotide sequences)</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
153 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
154 </when>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
155 <when value="no" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
156 </conditional>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
157 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
158
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
159 <xml name="general_output">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
160 <param name="outputs" type="select" multiple="True" label="Select output files" help="">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
161 <option value="--alnout">Human-readable alignment output</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
162 <option value="--blast6out" selected="True">Blast-like tab-separated output</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
163 <option value="--fastapairs">Write query/target pairs of sequences</option>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
164 <yield/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
165 <validator type="no_options" message="Please select at least one output." />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
166 </param>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
167 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
168
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
169 <token name="@VERSION@">1.1.3</token>
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
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
173 For details about this tool, please refer to the `github account <https://github.com/torognes/vsearch>`_ or the `vsearch manual <https://github.com/torognes/vsearch/raw/master/doc/vsearch_manual.pdf>`_.
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="@REFERENCES@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
178 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
179 <token name="@USERFIELDS_HELP@">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
180 **Available fields in user defined tabular output**
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
181
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
182 ========= ================
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
183 Key Description
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
184 ========= ================
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
185 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
186 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
187 bits Bit score (not computed for nucleotide alignments). Always set to 0.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
188 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
189 evalue E-value (not computed for nucleotide alignments). Always set to -1.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
190 exts Number of columns containing a gap extension (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
191 gaps Number of columns containing a gap (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
192 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
193 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
194 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
195 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
196 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
197 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
198 ids Number of matches in the alignment (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
199 mism Number of mismatches in the alignment (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
200 opens Number of columns containing a gap opening (zero or positive integer value).
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
201 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
202 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
203 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
204 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
205 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
206 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
207 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
208 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
209 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
210 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
211 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
212 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
213 qs Query segment length. Always equal to query sequence length.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
214 qstrand Query strand orientation (+ or - for nucleotide sequences). Empty field if there is no alignment.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
215 query Query label.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
216 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
217 target Target label. The field is set to "*" if there is no alignment.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
218 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
219 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
220 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
221 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
222 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
223 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
224 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
225 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
226 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
227 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
228 ========= ================
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
229
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
230 </token>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
231 <xml name="citations">
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
232 <citations>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
233 <citation type="doi">10.5281/zenodo.15524</citation>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
234 <yield />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
235 </citations>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
236 </xml>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
237 </macros>