comparison signac_LSI.xml @ 0:6e0b320d8b6a draft default tip

"planemo upload commit dc808171975d0012e25bd7b32adc7a5a5c56a145-dirty"
author gaelcge
date Tue, 02 Aug 2022 19:11:27 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6e0b320d8b6a
1 <tool id="signac_lsi" name="Latent semantic indexing (LSI)" version="0.1.0" python_template_version="3.5">
2 <description> pferofrms normalization and linear dimensional reduction (TF-IDF followed by SVD).</description>
3 <macros>
4 <import>signac_macros.xml</import>
5 </macros>
6 <expand macro="requirements"/>
7 <stdio>
8 <exit_code range="1:" />
9 </stdio>
10 <command><![CDATA[
11 Rscript '${__tool_directory__}'/signac-LSI.R --signac-object $signac_object --min-cutoff $min_cutoff --png-width $png_width --png-height $png_height --output-depthcor $output_depthcor_plot --output-object-file $rds_signac_seurat_file
12 ]]></command>
13 <inputs>
14 <param type="data" name="signac_object" label="Signac object." format="rdata" multiple="false" optional="false"/>
15 <param type="text" name="min_cutoff" value='q0' label="Variable features cutoff to use." help='Cutoff for feature to be included in the VariableFeatures for the object.'/>
16 <param type="integer" name="png_width" value='1000' label="Figure width" help='Width of png in pixels.'/>
17 <param type="integer" name="png_height" value='1000' label="Figure height" help='Height of png in pixels.'/>
18 </inputs>
19 <outputs>
20 <data name="rds_signac_seurat_file" format="rdata" label="Signac Object RDS (LSI)"/>
21 <data name="output_depthcor_plot" format="png" from_work_dir="Signac.Depthcor_plot.png" label="Signac.Depthcor_plot.png"/>
22 </outputs>
23 <help><![CDATA[
24 This tool runs the second step in the Signac pipeline, which will add gene annotations to the Signac object.
25 ]]></help>
26 </tool>