annotate kreport2mpa.xml @ 3:d33cf727ed94 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
author iuc
date Fri, 22 Nov 2024 09:28:51 +0000
parents 00d4ea6b6c71
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
1 <tool id="krakentools_kreport2mpa" name="Krakentools: Convert kraken report file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
2 <description>to MetaPhlAn-style</description>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
3 <macros>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
4 <import>macros.xml</import>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
5 </macros>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
8 <expand macro="version"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
10 kreport2mpa.py
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
11 --report '$report'
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
12 --output '$output'
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
13 $intermediate_ranks
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
14 $percentages
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
15 ]]></command>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
16 <inputs>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
17 <param argument="--report" type="data" format="tabular" label="Kraken report file" />
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
18 <param argument="--intermediate-ranks" type="boolean" checked="false" truevalue="--intermediate-ranks" falsevalue="" label="Include intermediate ranks" help="Include non-standard levels. Default only outputs standard levels [D,P,C,O,F,G,S]." />
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
19 <param argument="--percentages" type="boolean" checked="false" truevalue="--percentages" falsevalue="" label="Use percentage of total reads for output." help="Outputs percentages of reads instead of total reads."/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
20 </inputs>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
21 <outputs>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
22 <data name="output" format="tabular" />
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
23 </outputs>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
24 <tests>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
25 <test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
26 <param name="report" value="sample.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
27 <output name="output" file="mpa_output.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
28 </test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
29 <test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
30 <param name="report" value="sample.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
31 <param name="intermediate_ranks" value="--intermediate-ranks"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
32 <output name="output" file="mpa_output_intermediate.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
33 </test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
34 <test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
35 <param name="report" value="sample.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
36 <param name="percentages" value="--percentages"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
37 <output name="output" file="mpa_output_percentages.tabular"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
38 </test>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
39 </tests>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
40 <help><![CDATA[
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
41 KrakenTools is a suite of scripts to be used alongside the Kraken, KrakenUniq, Kraken 2, or Bracken programs.
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
42 These scripts are designed to help Kraken users with downstream analysis of Kraken results.
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
43 This program takes a Kraken report file and prints out a MetaPhlAn-style TEXT file.
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
44
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
45 Input
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
46 ------
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
47 A Kraken report file
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
48
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
49 Output
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
50 ------
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
51 A MetaPhlAn-style TEXT file
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
52
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
53 **Example output:**
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
54
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
55 ``--no-intermediate-ranks``
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
56
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
57 ::
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
58
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
59 k__Eukaryota 756
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
60 k__Eukaryota|k__Metazoa 402
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
61 k__Eukaryota|k__Metazoa|p__Chordata 402
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
62 k__Eukaryota|k__Metazoa|p__Chordata|c__Mammalia 402
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
63
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
64
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
65 ``--intermediate-ranks``
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
66
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
67 ::
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
68
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
69 x__cellular_organisms 836
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
70 x__cellular_organisms|k__Eukaryota 756
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
71 x__cellular_organisms|k__Eukaryota|x__Opisthokonta 747
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
72 x__cellular_organisms|k__Eukaryota|x__Opisthokonta|k__Metazoa 402
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
73 x__cellular_organisms|k__Eukaryota|x__Opisthokonta|k__Metazoa|x__Eumetazoa 402
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
74
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
75 ``--percentages``
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
76
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
77 ::
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
79 k__Eukaryota 56.0
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
80 k__Eukaryota|k__Metazoa 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
81 k__Eukaryota|k__Metazoa|p__Chordata 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
82 k__Eukaryota|k__Metazoa|p__Chordata|c__Mammalia 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
83 k__Eukaryota|k__Metazoa|p__Chordata|c__Mammalia|o__Primates 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
84 k__Eukaryota|k__Metazoa|p__Chordata|c__Mammalia|o__Primates|f__Hominidae 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
85 k__Eukaryota|k__Metazoa|p__Chordata|c__Mammalia|o__Primates|f__Hominidae|g__Homo 29.78
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
86
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
87 ]]></help>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
88 <expand macro="citations"/>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
89 <creator>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
90 <person givenName="Paul" familyName="Zierep" email="zierep@informatik.uni-freiburg.de" />
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
91 </creator>
00d4ea6b6c71 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit afc6220b1e5f402f872338bbab440e4a1fe04ccd
iuc
parents:
diff changeset
92 </tool>