Mercurial > repos > iuc > scater_normalize
view scater-normalize.xml @ 1:946179ef029c 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:28:53 -0400 |
parents | 87757f7b9974 |
children |
line wrap: on
line source
<tool id="scater_normalize" name="Scater: normalize SCE" version="@TOOL_VERSION@"> <description>Compute normalised expression values for SCE</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ Rscript '$__tool_directory__/scater-normalize.R' -i '$input_loom' -o '$output_loom' ]]></command> <inputs> <param name="input_loom" type="data" format="loom" label="Input SingleCellLoomExperiment dataset to normalize" /> </inputs> <outputs> <data name="output_loom" format="loom" label="${tool.name} on ${on_string}" /> </outputs> <tests> <test> <param name="input_loom" value="scater_manual_filtered.loom" ftype="loom" /> <output name="output_loom" file="scater_filtered_normalised.loom" compare="sim_size" /> </test> </tests> <help><![CDATA[ Normalize a SingleCellLoomExperiment object using Scater. Adds 'logcounts' to assays slot. ]]></help> <expand macro="citations" /> </tool>