annotate obiclean.xml @ 6:fea356c8cd06 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
author iuc
date Thu, 13 Nov 2025 10:22:44 +0000
parents c78f86dd30c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
1 <tool id="obi_clean" name="obiclean" version="@TOOL_VERSION@" profile="@PROFILE@">
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
2 <description>tags a set of sequences for PCR/sequencing errors identification</description>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
3 <macros>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
4 <import>macros.xml</import>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
5 </macros>
5
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
6 <expand macro="bio_tools"/>
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
7 <expand macro="requirements"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
8 <expand macro="stdio"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
9
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
10 <command><![CDATA[
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
11 @GUNZIP_INPUT@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
12 obiclean
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
13 --without-progress-bar
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
14 #if $distance
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
15 -d '$distance'
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
16 #end if
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
17 #if $key
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
18 -s '$key'
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
19 #end if
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
20 #if $ratio
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
21 -r '$ratio'
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
22 #end if
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
23 ${head}
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
24 @INPUT_FORMAT@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
25 @OUT_FORMAT@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
26 input
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
27 @GZIP_OUTPUT@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
28 >'$output'
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
29 @GENERATE_GALAXY_JSON@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
30 ]]></command>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
31 <inputs>
5
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
32 <param name="input" type="data" format="@INPUT_FORMATS@" label="Input sequences file"/>
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
33 <param name="distance" type="integer" value="1" optional="true" label="Maximum numbers of differences between two variant sequences (default: 1)"/>
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
34 <param name="key" type="text" optional="true" label="Specify an attribute containing sample definition"/>
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
35 <param name="ratio" optional="true" type="float" value="1" label="Threshold ratio between counts (rare/abundant counts) of two sequence records so that the less abundant one is a variant of the more abundant (default: 1, i.e. all less abundant sequences are variants)"/>
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
36 <param name="head" type="boolean" checked="false" truevalue="-H" falsevalue="" label="Do you want to select only sequences with the head status in a least one sample?"/>
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
37 <expand macro="input_format_options_macro"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
38 <expand macro="out_format_macro"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
39 </inputs>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
40 <outputs>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
41 <data format="auto" name="output"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
42 </outputs>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
43 <tests>
5
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
44 <test expect_num_outputs="1">
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
45 <param name="input" value="output_obiannotate.fasta" />
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
46 <param name="head" value="True"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
47 <output name="output" file="output_obiclean_simple.fasta" ftype="fasta"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
48 </test>
5
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
49 <test expect_num_outputs="1">
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
50 <param name="input" value="output_obiannotate.fasta.gz" />
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
51 <param name="key" value="merged_sample"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
52 <param name="ratio" value="0.05"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
53 <param name="head" value="False"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
54 <output name="output" file="output_obiclean_advanced.fasta.gz" ftype="fasta.gz" decompress="true"/>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
55 </test>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
56 </tests>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
57 <help><![CDATA[
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
58
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
59 .. class:: infomark
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
60
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
61 **What it does**
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
62
6
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
63 obiclean is a command that classifies sequence records either as head, internal or singleton.
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
64
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
65 For that purpose, two pieces of information are used:
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
66
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
67 - sequence record counts
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
68 - sequence similarities
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
69
6
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
70 S1 a sequence record is considered as a variant of S2 another sequence record if and only if:
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
71
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
72 - count of S1 divided by count of S2 is lesser than the ratio R. R default value is set to 1, and can be adjusted between 0 and 1 with the -r option.
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
73 - both sequences are related to one another (they can align with some differences, the maximum number of differences can be specified by the -d option).
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
74
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
75 Considering S a sequence record, the following properties hold for S tagged as:
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
76
6
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
77 **head:**
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
78 - there exists at least one sequence record in the dataset that is a variant of S
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
79 - there exists no sequence record in the dataset such that S is a variant of this sequence record
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
80
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
81 **internal:**
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
82 - there exists at least one sequence record in the dataset such that S is a variant of this sequence record
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
83
6
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
84 **singleton:**
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
85 - there exists no sequence record in the dataset that is a variant of S
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
86 - there exists no sequence record in the dataset such that S is a variant of this sequence record
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
87
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
88 By default, tagging is done once for the whole dataset, but it can also be done sample by sample by specifying the -s option. In such a case, the counts are extracted from the sample information.
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
89
fea356c8cd06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents: 5
diff changeset
90 Finally, each sequence record is annotated with three new attributes head, internal and singleton. The attribute values are the numbers of samples in which the sequence record has been classified in this manner.
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
91
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
92 @OBITOOLS_LINK@
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
93
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
94 ]]>
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
95 </help>
5
c78f86dd30c1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
96 <expand macro="citation"/>
4
c210936fafe0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
97 </tool>