Mercurial > repos > iuc > scater_plot_dist_scatter
view scater-plot-dist-scatter.xml @ 0:4887c4c69847 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 5fdcafccb6c645d301db040dfeed693d7b6b4278
author | iuc |
---|---|
date | Thu, 18 Jul 2019 11:12:33 -0400 |
parents | |
children | 2e41b35b5bdd |
line wrap: on
line source
<tool id="scater_plot_dist_scatter" name="Scater: plot library QC" version="@TOOL_VERSION@"> <description>Create plots to visualise library size, feature counts and mito gene expression</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> <requirement type="package" version="0.2.1">r-ggpubr</requirement> </expand> <command detect_errors="exit_code"><![CDATA[ Rscript '$__tool_directory__/scater-plot-dist-scatter.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_reads_genes_dist.pdf" compare="sim_size" /> </test> </tests> <help><![CDATA[ Plot distribution of reads and features for single-cell RNA-seq analysis using Scater. ]]></help> <expand macro="citations" /> </tool>