comparison scmap_select_features.xml @ 2:3e22b96ba4fb draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 542b6e6848acedbbedb6fa2d4b44c8d476597cdd"
author ebi-gxa
date Fri, 03 Apr 2020 06:34:25 -0400
parents 953c7ff4069e
children d85fba139f9a
comparison
equal deleted inserted replaced
1:953c7ff4069e 2:3e22b96ba4fb
1 <tool id="scmap_select_features" name="scmap select features" version="@TOOL_VERSION@+galaxy0" python_template_version="3.5"> 1 <tool id="scmap_select_features" name="scmap select features" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
2 <description>finds the most informative features (genes/transcripts) for projection.</description> 2 <description>finds the most informative features (genes/transcripts) for projection.</description>
3 <macros> 3 <macros>
4 <import>scmap_macros.xml</import> 4 <import>scmap_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
16 <data name="plot" format="png" /> 16 <data name="plot" format="png" />
17 </outputs> 17 </outputs>
18 <tests> 18 <tests>
19 <test> 19 <test>
20 <param name="input_single_cell_experiment" value="test_sce.rds" ftype="rdata"/> 20 <param name="input_single_cell_experiment" value="test_sce.rds" ftype="rdata"/>
21 <output name="output_single_cell_experiment" file="select_features.rds"/> 21 <output name="output_single_cell_experiment" file="select_features.rds" compare="sim_size"/>
22 <output name="plot" file="select_features.png"/> 22 <output name="plot" file="select_features.png" compare="sim_size"/>
23 </test> 23 </test>
24 </tests> 24 </tests>
25 <help><![CDATA[ 25 <help><![CDATA[
26 @HELP@ 26 @HELP@
27 27