annotate beta_diversity.xml @ 6:5fa703b1f68a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit d2787f61f714a0b30eb2806456b78d2b1e2ff280
author iuc
date Tue, 05 Aug 2025 12:50:36 +0000
parents 4505d7643673
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
1 <tool id="krakentools_beta_diversity" name="Krakentools: calculates beta diversity (Bray-Curtis dissimilarity)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
2 <description>from Kraken, Krona and Bracken files</description>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
3 <macros>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
4 <import>macros.xml</import>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
5 </macros>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
8 <expand macro="version"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
10 #import re
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
11 #set input_names=[]
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
12
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
13 #for $input in $inputs
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
14 #set identifier = re.sub('[^\s\w\-.]', '_', str($input.element_identifier))
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
15 #silent $input_names.append($identifier)
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
16 ln -s '$input' '${identifier}' &&
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
17 #end for
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
18
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
19 beta_diversity.py
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
20 --inputs
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
21 #for $input_name in $input_names
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
22 '${input_name}'
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
23 #end for
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
24 --type '$sample.type'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
25 #if $sample.type == 'kreport'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
26 --level '$sample.level'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
27 #else if $sample.type == 'krona'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
28 --level '$sample.level'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
29 #end if
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
30 > '$output'
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
31 ]]></command>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
32 <inputs>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
33 <param argument="--inputs" type="data" multiple="true" format="tabular" label="Taxonomy file(s)" help="The files can be generated by Kraken, Bracken or Krona"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
34 <conditional name="sample">
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
35 <param argument="--type" type="select" label="Specify type of input file(s)">
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
36 <option value="single" selected="true">Single tabular data file</option>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
37 <option value="simple">Tabular data files</option>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
38 <option value="bracken">Braken species abundance file</option>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
39 <option value="kreport">Kraken report file</option>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
40 <option value="krona">Krona file</option>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
41 </param>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
42 <when value="single"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
43 <when value="simple"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
44 <when value="bracken"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
45 <when value="kreport">
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
46 <expand macro="param_level"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
47 </when>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
48 <when value="krona">
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
49 <expand macro="param_level"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
50 </when>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
51 </conditional>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
52
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
53 </inputs>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
54 <outputs>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
55 <data name="output" format="tabular" />
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
56 </outputs>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
57 <tests>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
58 <test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
59 <param name="inputs" value="beta_bracken_1.tabular,beta_bracken_2.tabular,beta_bracken_3.tabular"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
60 <param name="type" value="bracken"/>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
61 <output name="output" ftype="tabular">
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
62 <assert_contents>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
63 <has_text_matching expression="#[012]&#9;beta_[a-z]+_[123].tabular \([0-9]+ reads\)" n="3"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
64 <has_n_columns n="4" comment="#"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
65 <has_n_lines n="7"/>
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
66 <has_text text="0.629"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
67 </assert_contents>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
68 </output>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
69 </test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
70 <test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
71 <param name="inputs" value="beta_kreport_1.tabular,beta_kreport_2.tabular,beta_kreport_3.tabular"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
72 <param name="type" value="kreport"/>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
73 <output name="output" ftype="tabular">
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
74 <assert_contents>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
75 <has_text text="beta_kreport_1.tabular"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
76 <has_text_matching expression="#[012]&#9;beta_[a-z]+_[123].tabular \([0-9]+ reads\)" n="3"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
77 <has_n_columns n="4" comment="#"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
78 <has_n_lines n="7"/>
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
79 <has_text text="0.584"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
80 </assert_contents>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
81 </output>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
82 </test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
83 <test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
84 <param name="inputs" value="beta_krona_1.tabular,beta_krona_2.tabular"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
85 <param name="type" value="krona"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
86 <param name="level" value="G"/>
5
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
87 <output name="output" ftype="tabular">
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
88 <assert_contents>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
89 <has_text_matching expression="#[01]&#9;beta_[a-z]+_[12].tabular \([0-9]+ reads\)" n="2"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
90 <has_n_columns n="3" comment="#"/>
4505d7643673 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 60eb96ad3ff782075ca1f29e26ffe5487bbb93ed
iuc
parents: 0
diff changeset
91 <has_n_lines n="5"/>
0
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
92 <has_text text="0.993"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
93 </assert_contents>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
94 </output>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
95 </test>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
96 </tests>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
97 <help><![CDATA[
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
98 KrakenTools is a suite of scripts to be used alongside the Kraken, KrakenUniq, Kraken 2, or Bracken programs. These scripts are designed to help Kraken users with downstream analysis of Kraken results. This program calculates the beta diversity (Bray-Curtis dissimilarity) from kraken, krona and bracken files.
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
99
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
100 Input
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
101 ------
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
102 Bracken files, Kraken and Kracken2 report files and Krona files. Additionally, you can pass any tab-separated file and specify the columns with the taxonomical information and read counts (--cols).
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
103
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
104 Output
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
105 ------
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
106 Beta diversity of the input files
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
107
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
108 ]]></help>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
109 <expand macro="citations"/>
fc2077c654fb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/krakentools commit 3dfd5d7d5870695d24d2ede7b321bcaac25e0209
iuc
parents:
diff changeset
110 </tool>