comparison scmap_scmap_cluster.xml @ 2:97922339644a 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:55 -0400
parents 5421e01f640a
children 6651208d890b
comparison
equal deleted inserted replaced
1:b436e7d353ae 2:97922339644a
1 <tool id="scmap_scmap_cluster" name="scmap cluster projection" version="@TOOL_VERSION@+galaxy0" python_template_version="3.5"> 1 <tool id="scmap_scmap_cluster" name="scmap cluster projection" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
2 <description>projects one dataset to another</description> 2 <description>projects one dataset to another</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" />
18 </outputs> 18 </outputs>
19 <tests> 19 <tests>
20 <test> 20 <test>
21 <param name="index_single_cell_experiment" value="index_cluster.rds" ftype="rdata"/> 21 <param name="index_single_cell_experiment" value="index_cluster.rds" ftype="rdata"/>
22 <param name="project_single_cell_experiment" value="test_sce.rds" ftype="rdata"/> 22 <param name="project_single_cell_experiment" value="test_sce.rds" ftype="rdata"/>
23 <output name="output_single_cell_experiment" file="project_cluster.rds"/> 23 <output name="output_single_cell_experiment" file="project_cluster.rds" compare="sim_size"/>
24 <output name="output_txt" file="project_cluster.csv"/> 24 <output name="output_txt" file="project_cluster.csv" compare="sim_size"/>
25 </test> 25 </test>
26 </tests> 26 </tests>
27 <help><![CDATA[ 27 <help><![CDATA[
28 @HELP@ 28 @HELP@
29 29