Mercurial > repos > iuc > scater_plot_exprs_freq
view scater-plot-exprs-freq.xml @ 1:058b40656107 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
author | iuc |
---|---|
date | Tue, 03 Sep 2019 14:26:50 -0400 |
parents | a8290d207005 |
children |
line wrap: on
line source
<tool id="scater_plot_exprs_freq" name="Scater: plot expression frequency" version="@TOOL_VERSION@"> <description>Plot the frequency of expression against the mean expression level for SCE</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> <requirement type="package" version="0.2.2">r-ggpubr</requirement> </expand> <command detect_errors="exit_code"><![CDATA[ Rscript '$__tool_directory__/scater-plot-exprs-freq.R' -i '$input_loom' -o '$output_plot' ]]></command> <inputs> <param name="input_loom" type="data" format="loom" label="Input SingleCellLoomExperiment dataset" /> </inputs> <outputs> <data name="output_plot" format="pdf" label="${tool.name} on ${on_string}" /> </outputs> <tests> <test> <param name="input_loom" value="scater_qcready.loom" ftype="loom" /> <output name="output_plot" file="scater_exprs_freq.pdf" compare="sim_size" /> </test> </tests> <help><![CDATA[ Plot the frequency of expression (i.e., percentage of expressing cells) against the mean expression level for each feature in a SingleCellExperiment object. ]]></help> <expand macro="citations" /> </tool>