Mercurial > repos > ebi-gxa > scanpy_run_paga
comparison scanpy-run-paga.xml @ 4:09c82810d14a 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:39:53 -0500 |
parents | 3e53344e540d |
children | 8f2237bedbae |
comparison
equal
deleted
inserted
replaced
3:fa114efdb1e7 | 4:09c82810d14a |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_run_paga" name="Scanpy PAGA" version="@TOOL_VERSION@+galaxy0"> | 2 <tool id="scanpy_run_paga" name="Scanpy PAGA" version="@TOOL_VERSION@+galaxy6"> |
3 <description>trajectory inference</description> | 3 <description>trajectory inference</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"/> |
27 <param name="use_graph" argument="--use-graph" value="neighbors" type="text" label="Name of the slot that holds the KNN graph"/> | 27 <param name="use_graph" argument="--use-graph" value="neighbors" type="text" label="Name of the slot that holds the KNN graph"/> |
28 <param name="key_added" argument="--key-added" type="text" optional="true" label="Additional suffix to the name of the slot to save the calculated trajectory"/> | 28 <param name="key_added" argument="--key-added" type="text" optional="true" label="Additional suffix to the name of the slot to save the calculated trajectory"/> |
29 </inputs> | 29 </inputs> |
30 | 30 |
31 <outputs> | 31 <outputs> |
32 <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: PAGA object"/> | 32 <expand macro="output_data_obj" description="PAGA object"/> |
33 </outputs> | 33 </outputs> |
34 | 34 |
35 <tests> | 35 <tests> |
36 <test> | 36 <test> |
37 <param name="input_obj_file" value="compute_graph.h5"/> | 37 <param name="input_obj_file" value="compute_graph.h5"/> |