comparison scanpy-scale-data.xml @ 5:c23efca79651 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 400799f99ee36ad12b990b1ccabf4be16a26c003
author ebi-gxa
date Mon, 25 Nov 2019 14:37:35 -0500
parents 9acb5f068e6b
children 47fb7f4cd00a
comparison
equal deleted inserted replaced
4:c8f196ccf34a 5:c23efca79651
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="scanpy_scale_data" name="Scanpy ScaleData" version="@TOOL_VERSION@+galaxy0"> 2 <tool id="scanpy_scale_data" name="Scanpy ScaleData" version="@TOOL_VERSION@+galaxy6">
3 <description>to make expression variance the same for all genes</description> 3 <description>to make expression variance the same for all genes</description>
4 <macros> 4 <macros>
5 <import>scanpy_macros2.xml</import> 5 <import>scanpy_macros2.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
23 label="Zero center data before scaling"/> 23 label="Zero center data before scaling"/>
24 <param name="scale_max" argument="--max-value" type="float" min="0" optional="true" label="Truncate to this value after scaling"/> 24 <param name="scale_max" argument="--max-value" type="float" min="0" optional="true" label="Truncate to this value after scaling"/>
25 </inputs> 25 </inputs>
26 26
27 <outputs> 27 <outputs>
28 <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: Scaled data"/> 28 <expand macro="output_data_obj" description="Scaled data"/>
29 </outputs> 29 </outputs>
30 30
31 <tests> 31 <tests>
32 <test> 32 <test>
33 <param name="input_obj_file" value="find_variable_genes.h5"/> 33 <param name="input_obj_file" value="find_variable_genes.h5"/>