annotate obisort.xml @ 5:aaf7754dafd3 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
author iuc
date Thu, 30 Oct 2025 16:03:21 +0000
parents 0d63988e23c3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
0d63988e23c3 "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_sort" name="obisort" version="@TOOL_VERSION@" profile="@PROFILE@">
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
2 <description>sorts sequence records according to the value of a given attribute</description>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
3 <macros>
0d63988e23c3 "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>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
5 </macros>
5
aaf7754dafd3 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
0d63988e23c3 "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"/>
0d63988e23c3 "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"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
9
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
10 <command><![CDATA[
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
11 @GUNZIP_INPUT@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
12 obisort
0d63988e23c3 "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
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
14 #if $key:
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
15 -k '$key'
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
16 #end if
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
17 ${reverse}
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
18 @INPUT_FORMAT@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
19 @OUT_FORMAT@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
20 input
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
21 @GZIP_OUTPUT@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
22 > '$output'
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
23 @GENERATE_GALAXY_JSON@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
24 ]]></command>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
25 <inputs>
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
26 <param name="input" type="data" format="@INPUT_FORMATS@,txt,tabular" label="Input sequences file"/>
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
27 <param
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
28 name="key"
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
29 type="text"
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
30 label="Key"
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
31 help="This key must be encoded in your FASTA/FASTQ headers as key=value. See help (below) for more information."
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
32 optional="false"/>
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
33 <param name="reverse" type="boolean" checked="false" truevalue="-r" falsevalue="" label="Sort in reverse order?" />
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
34 <expand macro="input_format_options_macro"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
35 <expand macro="out_format_macro"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
36 </inputs>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
37 <outputs>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
38 <data format="auto" name="output"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
39 </outputs>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
40 <tests>
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
41 <test expect_num_outputs="1">
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
42 <param name="input" value="output_obiclean_advanced.fasta" />
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
43 <param name="key" value="count"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
44 <param name="reverse" value="False"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
45 <param name="out_format" value="fasta"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
46 <output name="output" file="output_obisort.fasta" ftype="fasta"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
47 </test>
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
48 <test expect_num_outputs="1">
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
49 <param name="input" value="output_obiclean_advanced.fasta" />
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
50 <param name="key" value="count"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
51 <param name="reverse" value="True"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
52 <param name="out_format" value="fastq"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
53 <output name="output" file="output_obisort.fastq" ftype="fastqsanger"/>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
54 </test>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
55 </tests>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
56 <help><![CDATA[
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
57
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
58 .. class:: infomark
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
59
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
60 **What it does**
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
61
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
62 obisort sorts sequence records according to the value of a given attribute, which can be either numeric or alphanumeric.
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
63
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
64 @OBITOOLS_LINK@
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
65
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
66 **Inputs:**
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
67
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
68 For sorting by key, the input file must be in the
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
69 `OBITools FASTA/FASTQ format <https://pythonhosted.org/OBITools/attributes.html>`_.
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
70 If your file is an OBITools output, it should already be formatted correctly.
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
71
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
72 For FASTA files, your headers should look like this::
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
73
5
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
74 >my_sequence taxid=3456; direct=True; sample=A354; this is my pretty sequence
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
75 ACGTTGCAGTACGTTGCAGTACGTTGCAGTACGTTGCAGTACGTTGCAGTACGTTGCAGT
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
76 GTGCTGACGTTGCAGTACGTTGCAGTACGTTGCAGTACGTTGCAGTACGTTGCAGTGTTT
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
77 AACGACGTTGCAGTACGTTGCAGT
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
78
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
79 Where ``taxid``, ``direct``, and ``sample`` are keys that can be used for sorting.
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
80
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
81 If your sequences don't have title, you can format the headers with a trailing semicolon like so::
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
82
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
83 >my_sequence key1=value1;
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
84
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
85 For sorting OBITools output files, a list of OBITools sequence attributes are documented
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
86 `here <https://pythonhosted.org/OBITools/attributes.html#names-reserved-for-attributes>`_.
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
87
aaf7754dafd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/obitools commit a01e3c562cf5d62af522b893a25abde6476a1f45
iuc
parents: 4
diff changeset
88 ]]>
4
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
89 </help>
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
90 <expand macro="citation" />
0d63988e23c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 3
diff changeset
91 </tool>