annotate phyloseq_plot_bar.xml @ 6:8a9c340debc8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
author iuc
date Thu, 13 Mar 2025 09:49:02 +0000
parents 94563110275d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
1 <tool id="phyloseq_plot_bar" name="Phyloseq: Bar Chart" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
2 <description>Generate bar charts from a phyloseq object</description>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
3 <macros>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
4 <import>macros.xml</import>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
5 </macros>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
6 <expand macro="bio_tools"/>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
9 Rscript '${__tool_directory__}/phyloseq_plot_bar.R'
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
10 --input '$input'
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
11 --x '$x'
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
12 --fill '$fill'
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
13 --facet '$facet'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
14 --topX '$topX'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
15 '$keepOthers'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
16 '$keepNonAssigned'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
17 '$normalize'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
18 '$normalize_x'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
19 '$nolines'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
20 --width '$width'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
21 --height '$height'
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
22 --device '$device'
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
23 --output '$output'
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
24 ]]></command>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
25 <inputs>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
26 <expand macro="phyloseq_input"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
27 <param name="x" type="text" optional="true" label="X-axis variable" help="Variable for the x-axis (Metadata columns). If not specified, the Samples are taken." />
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
28 <param name="fill" type="text" label="Fill variable" help="Variable to color the bars (e.g., Genus, Species). Use 'ASV' as argument to show each OTU/ASV." />
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
29 <param name="facet" type="text" optional="true" label="Facet by variable" help="Variable to facet the chart by (e.g., SampleType)." />
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
30 <param name="topX" value="10" type="integer" optional="true" label="Top X" help="Only show the ranks with the top X abundance." />
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
31 <param name="keepOthers" type="boolean" truevalue="--keepOthers" falsevalue="" label="Keep 'Others'" help="Keep OTUs which are not in top X as 'Others'." />
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
32 <param name="keepNonAssigned" type="boolean" truevalue="--keepNonAssigned" falsevalue="" label="Keep 'Not Assigned'" help="Keep OTUs that are not assigned at this rank and label as 'Not Assigned'." />
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
33 <param name="normalize" type="boolean" truevalue="--normalize" falsevalue="" label="Normalize" help="Normalize abundances to sum to 100%. Normalization is performed before Top X selection." />
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
34 <param name="normalize_x" type="boolean" truevalue="--normalize_x" falsevalue="" label="Normalize x" help="Normalize abundances of the x group to sum to 100%. Normalization is performed before Top X selection. Ignores facetting!" />
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
35 <param name="nolines" type="boolean" truevalue="--nolines" falsevalue="" label="Remove Separation Lines" help="Do not add OTU separation lines in the bars." />
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
36 <param name="width" type="float" value="10" optional="true" label="Plot Width" help="Width of the output plot in inches." />
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
37 <param name="height" type="float" value="8" optional="true" label="Plot Height" help="Height of the output plot in inches." />
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
38 <param name="device" type="select" value="pdf" label="Output Device" help="File format to use for the output file. ">
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
39 <option value="pdf">PDF</option>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
40 <option value="png">PNG</option>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
41 <option value="jpg">JEG</option>
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
42 <option value="tiff">TIFF</option>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
43 </param>
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
44 </inputs>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
45 <outputs>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
46 <data name="output" format="pdf" label="Bar Chart (${device})">
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
47 <change_format>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
48 <when input="device" format="pdf" value="pdf"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
49 <when input="device" format="png" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
50 <when input="device" format="jpg" value="jpg"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
51 <when input="device" format="tiff" value="tiff"/>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
52 </change_format>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
53 </data>
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
54 </outputs>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
55
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
56 <tests>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
57 <!-- Test 1: Basic functionality with x and fill variables -->
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
58 <test>
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
59 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
60 <param name="x" value="Property"/>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
61 <param name="fill" value="Phylum"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
62 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
63 <output name="output" file="expected_output_01.png" ftype="png" compare="image_diff"/>
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
64 </test>
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
65
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
66 <!-- Test 2: TopX filtering and normalization -->
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
67 <test>
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
68 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
69 <param name="x" value="Property"/>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
70 <param name="fill" value="Genus"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
71 <param name="facet" value="Number"/>
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
72 <param name="topX" value="10"/>
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
73 <param name="normalize" value="true"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
74 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
75 <output name="output" file="expected_output_02.png" ftype="png" compare="image_diff"/>
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
76 </test>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
77
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
78
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
79 <!-- Test 3: without OTU lines, Others and non assigned -->
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
80 <test>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
81 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
82 <param name="x" value="Sample"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
83 <param name="fill" value="Genus"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
84 <param name="facet" value=""/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
85 <param name="topX" value="10"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
86 <param name="normalize" value="false"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
87 <param name="keepOthers" value="true"/>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
88 <param name="keepNonAssigned" value="false"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
89 <param name="nolines" value="true"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
90 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
91 <output name="output" file="expected_output_03.png" ftype="png" compare="image_diff"/>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
92 </test>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
93
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
94 <!-- Test 4: with normalization, Others and non assigned -->
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
95 <test>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
96 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
97 <param name="x" value="Sample"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
98 <param name="fill" value="Genus"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
99 <param name="facet" value=""/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
100 <param name="topX" value="10"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
101 <param name="normalize" value="true"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
102 <param name="keepOthers" value="true"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
103 <param name="keepNonAssigned" value="true"/>
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
104 <param name="nolines" value="false"/>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
105 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
106 <output name="output" file="expected_output_04.png" ftype="png" compare="image_diff"/>
5
94563110275d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit d6888da7aba38b97f6cb827355f2de436565684a
iuc
parents: 3
diff changeset
107 </test>
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
108
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
109 <!-- Test 5: with normalization, Others and non assigned, normalization x -->
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
110 <test>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
111 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
112 <param name="x" value="Property"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
113 <param name="fill" value="Genus"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
114 <param name="facet" value=""/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
115 <param name="topX" value="10"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
116 <param name="normalize" value="true"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
117 <param name="keepOthers" value="true"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
118 <param name="keepNonAssigned" value="true"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
119 <param name="normalize_x" value="true"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
120 <param name="nolines" value="false"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
121 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
122 <output name="output" file="expected_output_05.png" ftype="png" compare="image_diff"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
123 </test>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
124
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
125 <!-- Test 6: Minimal -->
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
126 <test>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
127 <param name="input" value="output.phyloseq" ftype="phyloseq"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
128 <param name="device" value="png"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
129 <output name="output" file="expected_output_06.png" ftype="png" compare="image_diff"/>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
130 </test>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
131
3
d0fa6a43c838 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 26f87cc62468c9c329b33246af4f14e2659856f9
iuc
parents: 0
diff changeset
132 </tests>
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
133
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
134 <help>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
135 <![CDATA[
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
136 **Description**
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
137
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
138 This tool generates bar charts from a phyloseq object using the 'plot_bar' function in R.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
139 It allows filtering, normalization, and customization of plots for visualizing microbial community composition.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
140
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
141 **Inputs**
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
142
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
143 - **Input**: A phyloseq object in RDS format.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
144
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
145 - **X-axis variable**: The variable to use for the x-axis (Metadata columns).
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
146
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
147 - **Fill variable**: (Optional) The variable to use for the bar fill colors (e.g., Genus, Species).
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
148
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
149 - **Facet by variable**: (Optional) A variable to facet the bar chart (e.g., SampleType).
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
150
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
151 - **Top X**: Display only the top X most abundant taxa.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
152
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
153 - **Keep 'Others'**: Group non-top taxa as 'Others'.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
154
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
155 - **Keep 'Not Assigned'**: Retain unassigned taxa labeled as 'Not Assigned'.
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
156
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
157 - **Normalize**: Normalize abundances to sum to 100%.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
158
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
159 - **Remove Separation Lines**: Do not add OTU separation lines in the bars.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
160
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
161 - **Width and Height**: Dimensions of the plot in inches (default: 10x8).
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
162
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
163 - **Device**: Output format (e.g., pdf, png, jpg, tiff).
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
164
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
165 **Outputs**
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
166
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
167 - A file containing the bar chart in the specified format.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
168
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
169 **Usage Notes**
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
170
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
171 Ensure that the input file is a valid phyloseq object in RDS format.
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
172
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
173 **Examples**
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
174
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
175 - *Basic Bar Plot with Others and Not Assigned and with separation lines*
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
176
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
177 .. image:: $PATH_TO_IMAGES/standard_plot.png
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
178 :width: 515
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
179 :height: 395
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
180
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
181 - *Faceted Plot*
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
182
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
183 .. image:: $PATH_TO_IMAGES/facet_plot.png
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
184 :width: 515
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
185 :height: 395
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
186
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
187 - *ASV as fill input and removed separation lines*
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
188
6
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
189 .. image:: $PATH_TO_IMAGES/asv_fill_plot.png
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
190 :width: 515
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
191 :height: 395
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
192 ]]>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
193 </help>
8a9c340debc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit a5ae2f86b2955290a4c81ab234f02cc51020f970
iuc
parents: 5
diff changeset
194
0
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
195 <expand macro="citations"/>
ad81e112f4d9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
iuc
parents:
diff changeset
196 </tool>