annotate uclust2otutable.xml @ 0:e85e7ba38aff draft

"planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
author qfabrepo
date Mon, 14 Sep 2020 04:52:36 +0000
parents
children 046085ec595c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
1 <tool id="uclust2otutable" name="OTUTable" version="1.0.0">
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
2 <description>Convert UCLUST format from Vsearch to OTU Table</description>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
3 <version_command>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
4 python ${__tool_directory__}/uclust2otutable.py --version
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
5 </version_command>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
6 <command detect_errors="aggressive">
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
7 python ${__tool_directory__}/uclust2otutable.py
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
8 -i '$inputfile'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
9 -o '$output'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
10 </command>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
11 <inputs>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
12 <param format="tabular" name="inputfile" type="data" label="UCLUST from Vsearch" />
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
13 </inputs>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
14 <outputs>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
15 <data format="tabular" name="output" label="OTU_TABLE_${inputfile.display_name}"/>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
16 </outputs>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
17 <tests>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
18 <test>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
19 <param name="inputfile" value="uc_input.txt"/>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
20 <output name="output" file="uc_output.txt"/>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
21 </test>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
22 </tests>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
23
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
24 <help>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
25 ** what it does **
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
26
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
27 Converts UCLUST format (.uc) output from Vsearch search into raw count table. The description of UCLUST format is based on the information that can be found on UCLUST_ documentation page.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
28
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
29 .. _UCLUST: http://www.drive5.com/uclust/uclust_userguide_1_1_579.html
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
30
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
31 --------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
32
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
33 =======
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
34 Example
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
35 =======
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
36
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
37 Some example records:
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
38 ---------------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
39
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
40 ==== ======= ==== ==== ====== === === ========= ========== ======
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
41 Type Cluster Size %Id Strand Qlo Tlo Alignment Query Target
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
42 ---- ------- ---- ---- ------ --- --- --------- ---------- ------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
43 S 0 292 '*' '*' '*' '*' '*' AH70_12410 '*'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
44 H 0 292 99.7 '+' 0 0 292M AH70_12410 '*'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
45 S 0 292 '*' '*' '*' '*' '*' AH70_12410 '*'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
46 H 0 292 98.2 '+' 0 0 292M AH70_12410 '*'
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
47 ==== ======= ==== ==== ====== === === ========= ========== ======
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
48
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
49 Each record has ten fields, separated by tabs:
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
50 ----------------------------------------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
51
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
52 ========= ===========================================
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
53 Column Description
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
54 --------- -------------------------------------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
55 Type Record type
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
56 Cluster Cluster number
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
57 Size Sequence length or cluster size
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
58 %Id Identity to the seed(as a percentage), or * if this is a seed.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
59 Strand '+' plus strand, '-' minus strand, or '.' amino acids.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
60 Qlo 0-based coordinate of alignment start in the query sequence.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
61 Tlo 0-based coordinate of alignment start in target (seed) sequence. If minus strand, Tlo is relative to start of reverse-complement target.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
62 Alignment Compressed representation of alignment to the seed(see below), or '*' if a seed.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
63 Query FASTA label of query sequence
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
64 Target FASTA label of target(seed / library / database) sequence. or '*' if a seed.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
65 ========= ===========================================
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
66
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
67 Record Types are:
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
68 -----------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
69
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
70 ====== ===========================================
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
71 Column Description
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
72 ------ -------------------------------------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
73 L Library seed(generated only if a match if found to this seed).
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
74 S New seed.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
75 H Hit, also known as an accept; i.e. a successful match.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
76 D Library cluster.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
77 C New cluster.
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
78 N Not matched (a sequence that didn't match library with --libonly specified).
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
79 R Reject (generated only if --output_rejects is specified)
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
80 ====== ===========================================
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
81
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
82 The alignment is compressed using run-length encoding, as follows. Each column in the alignment is classified as M,D or I:
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
83 --------------------------------------------------------------------------------------------------------------------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
84
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
85 ==== ====== ============== =============
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
86 Code Name Query sequence Seed sequence
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
87 ---- ------ -------------- -------------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
88 M Match Letter Letter
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
89 D Delete Gap Letter
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
90 I Insert Letter Gap
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
91 ==== ====== ============== =============
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
92
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
93 --------
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
94
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
95
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
96 </help>
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
97
e85e7ba38aff "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/uc2otutable commit 0db3cb4e9a87400bb2f8402ffc23334e24ad4b4e-dirty"
qfabrepo
parents:
diff changeset
98 </tool>