Mercurial > repos > iuc > obi_clean
annotate obiclean.xml @ 5:816cbd8f4e6e 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:25:22 +0000 |
| parents | 08d873cdd5f6 |
| children |
| rev | line source |
|---|---|
|
4
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
1 <tool id="obi_clean" name="obiclean" version="@TOOL_VERSION@" profile="@PROFILE@"> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
2 <description>tags a set of sequences for PCR/sequencing errors identification</description> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
3 <macros> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
4 <import>macros.xml</import> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
5 </macros> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
6 <expand macro="bio_tools"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
7 <expand macro="requirements"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
8 <expand macro="stdio"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
9 |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
10 <command><![CDATA[ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
11 @GUNZIP_INPUT@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
12 obiclean |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
13 --without-progress-bar |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
14 #if $distance |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
15 -d '$distance' |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
16 #end if |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
17 #if $key |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
18 -s '$key' |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
19 #end if |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
20 #if $ratio |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
21 -r '$ratio' |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
22 #end if |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
23 ${head} |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
24 @INPUT_FORMAT@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
25 @OUT_FORMAT@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
26 input |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
27 @GZIP_OUTPUT@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
28 >'$output' |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
29 @GENERATE_GALAXY_JSON@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
30 ]]></command> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
31 <inputs> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
32 <param name="input" type="data" format="@INPUT_FORMATS@" label="Input sequences file"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
33 <param name="distance" type="integer" value="1" optional="true" label="Maximum numbers of differences between two variant sequences (default: 1)"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
34 <param name="key" type="text" optional="true" label="Specify an attribute containing sample definition"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
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)"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
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?"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
37 <expand macro="input_format_options_macro"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
38 <expand macro="out_format_macro"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
39 </inputs> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
40 <outputs> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
41 <data format="auto" name="output"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
42 </outputs> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
43 <tests> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
44 <test expect_num_outputs="1"> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
45 <param name="input" value="output_obiannotate.fasta" /> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
46 <param name="head" value="True"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
47 <output name="output" file="output_obiclean_simple.fasta" ftype="fasta"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
48 </test> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
49 <test expect_num_outputs="1"> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
50 <param name="input" value="output_obiannotate.fasta.gz" /> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
51 <param name="key" value="merged_sample"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
52 <param name="ratio" value="0.05"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
53 <param name="head" value="False"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
54 <output name="output" file="output_obiclean_advanced.fasta.gz" ftype="fasta.gz" decompress="true"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
55 </test> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
56 </tests> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
57 <help><![CDATA[ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
58 |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
59 .. class:: infomark |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
60 |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
61 **What it does** |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
62 |
|
5
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
63 obiclean is a command that classifies sequence records either as head, internal or singleton. |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
64 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
65 For that purpose, two pieces of information are used: |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
66 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
67 - sequence record counts |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
68 - sequence similarities |
|
4
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
69 |
|
5
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
70 S1 a sequence record is considered as a variant of S2 another sequence record if and only if: |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
71 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
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. |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
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). |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
74 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
75 Considering S a sequence record, the following properties hold for S tagged as: |
|
4
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
76 |
|
5
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
77 **head:** |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
78 - there exists at least one sequence record in the dataset that is a variant of S |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
79 - there exists no sequence record in the dataset such that S is a variant of this sequence record |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
80 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
81 **internal:** |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
82 - there exists at least one sequence record in the dataset such that S is a variant of this sequence record |
|
4
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
83 |
|
5
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
84 **singleton:** |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
85 - there exists no sequence record in the dataset that is a variant of S |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
86 - there exists no sequence record in the dataset such that S is a variant of this sequence record |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
87 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
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. |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
diff
changeset
|
89 |
|
816cbd8f4e6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit b017355279c18334e66ea8c0c0d7727fbd2876f7
iuc
parents:
4
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
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
91 |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
92 @OBITOOLS_LINK@ |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
93 |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
94 ]]> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
95 </help> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
96 <expand macro="citation"/> |
|
08d873cdd5f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
iuc
parents:
3
diff
changeset
|
97 </tool> |
