Mercurial > repos > iuc > phyloseq_plot_richness
view phyloseq_plot_richness.xml @ 4:817853857084 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 4dba8c02f5b33b425d4ecd9c9f0d0eaa0a74f9bf
author | iuc |
---|---|
date | Thu, 26 Dec 2024 18:34:08 +0000 |
parents | 1ff178d1757e |
children |
line wrap: on
line source
<tool id="phyloseq_plot_richness" name="Phyloseq: plot alpha diverstiy measure" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description></description> <macros> <import>macros.xml</import> </macros> <expand macro="bio_tools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ Rscript '${__tool_directory__}/phyloseq_plot_richness.R' --input '$input' --output '$output' ]]></command> <inputs> <expand macro="phyloseq_input"/> </inputs> <outputs> <data name="output" format="pdf"/> </outputs> <tests> <test> <param name="input" value="output.phyloseq" ftype="phyloseq"/> <output name="output" ftype="pdf"> <assert_contents> <has_text text="%PDF"/> <has_text text="%%EOF"/> </assert_contents> </output> </test> </tests> <help> **What it does** Accepts a dataset containing a phyloseq object created from a dada2 taxonomy table and a dada2 sequence table, estimates a number of alpha-diversity metrics, and generates a colored plot that includes the alpha diverstiy measure of each sample. </help> <expand macro="citations"/> </tool>