annotate phyloseq_richness.xml @ 1:e0225f3e8ef6 draft default tip

"planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit ee9929d341d4f23237db43fcdd688b99366a8e48"
author qfabrepo
date Tue, 15 Sep 2020 01:08:50 +0000
parents 0ab4501d805b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
1 <tool id="phyloseq_richness" name="Phyloseq Richness" version="1.22.3.2" hidden="false">
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
2 <description>Phyloseq Richness Plot</description>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
3 <requirements>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
4 <requirement type="package" version="1.22.3">bioconductor-phyloseq</requirement>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
5 <requirement type="package" version="1.20.0">r-getopt</requirement>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
6 <requirement type="package" version="9.18">ghostscript</requirement>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
7 </requirements>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
8 <version_command><![CDATA[
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
9 echo $(R --version | grep version | grep -v GNU)", phyloseq version" $(R --vanilla --slave -e "library(phyloseq); cat(sessionInfo()\$otherPkgs\$phyloseq\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
10 ]]></version_command>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
12 Rscript '${__tool_directory__}/phyloseq_richness.r'
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
13 --biomfile='$biom_input'
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
14 --metafile='$metadata_input'
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
15 --xcolumn="${xaxis_column}"
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
16 --lcolumn="${legend_column}"
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
17 --outdir="$htmlfile.files_path"
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
18 --htmlfile='$htmlfile'
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
19 ]]></command>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
20
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
21 <inputs>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
22 <param format="biom1" name="biom_input" type="data" label="BIOM file"/>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
23 <param format="tabular" name="metadata_input" type="data" label="Metadata file"/>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
24 <param name="xaxis_column" type="data_column" data_ref="metadata_input" use_header_names="TRUE" label="Column used for X-axis"/>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
25 <param name="legend_column" type="data_column" data_ref="metadata_input" use_header_names="TRUE" label="Column used as legend"/>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
26 </inputs>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
27
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
28 <outputs>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
29 <data format="html" name="htmlfile" label="${tool.name}.html"/>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
30 </outputs>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
31
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
32 <tests>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
33 <test>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
34 <param name="biom_input" value="test.biom" ftype="biom1" />
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
35 <param name="metadata_input" value="metadata.txt" />
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
36 <param name="xaxis_column" value="5" />
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
37 <param name="legend_column" value="4" />
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
38 <output name="htmlfile" ftype="html" file="biom_out.html" />
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
39 </test>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
40 </tests>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
41
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
42
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
43 <help>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
44 **What it does**
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
45 Creates an alpha biodivesrsity abundance plot using an R package called phyloseq_.
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
46
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
47 .. _phyloseq: https://joey711.github.io/phyloseq/plot_richness-examples.html
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
48
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
49 -----
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
50
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
51 **Input**
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
52
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
53
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
54 - **BIOM file** - this is a BIOM_ file format
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
55 - **Metadata file** - this is a metadata file of the experiment design
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
56 - **Column used for X-axis** - The horizontal x-axis display on the barplot.
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
57 - **Column used as legend** - select a group from the metadata to fill color to represent the group it belongs to.
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
58
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
59 .. _BIOM: http://biom-format.org/
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
60
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
61 -----
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
62
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
63 =========
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
64 Resources
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
65 =========
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
66
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
67 **Wrapper Authors**
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
68
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
69 QFAB Bioinformatics (support@qfab.org)
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
70
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
71 </help>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
72 <citations>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
73 <citation type="doi">10.18129/B9.bioc.phyloseq</citation>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
74 <citation type="doi">doi:10.1186/2047-217X-1-7</citation>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
75 </citations>
0ab4501d805b "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/phyloseq_richness commit a8245efa0d80103939285565948beaf8dfb88a73"
qfabrepo
parents:
diff changeset
76 </tool>