comparison scanpy-run-diffmap.xml @ 4:47603f46d6d9 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:40:35 -0500
parents 34d65f2ccde3
children f5ebfe244c14
comparison
equal deleted inserted replaced
3:8e45c89adab2 4:47603f46d6d9
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy0"> 2 <tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy6">
3 <description>calculate diffusion components</description> 3 <description>calculate diffusion components</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"/>
34 <param name="key_added" argument="--key-added" type="text" optional="true" 34 <param name="key_added" argument="--key-added" type="text" optional="true"
35 label="Additional suffix to the name of the slot to save the calculated trajectory"/> 35 label="Additional suffix to the name of the slot to save the calculated trajectory"/>
36 </inputs> 36 </inputs>
37 37
38 <outputs> 38 <outputs>
39 <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: diffmap object"/> 39 <expand macro="output_data_obj" description="Diffussion Map"/>
40 <data name="output_embed" format="tsv" from_work_dir="embed.tsv" label="${tool.name} on ${on_string}: diffmap embedding"> 40 <data name="output_embed" format="tsv" from_work_dir="embed.tsv" label="${tool.name} on ${on_string}: diffmap embedding">
41 <filter>export_embed</filter> 41 <filter>export_embed</filter>
42 </data> 42 </data>
43 </outputs> 43 </outputs>
44 44