Mercurial > repos > iuc > scater_normalize
view scater-normalize.xml @ 2:7318ad060d7e draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 08:34:09 +0000 |
| parents | 0cb9a5f830fc |
| 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> <expand macro="bio_tools"/> <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>
