Mercurial > repos > ebi-gxa > scanpy_plot_trajectory
comparison scanpy-plot-trajectory.xml @ 11:c646bd10dcab draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 62f47287c7e8449c59a1f1f454852ddc669b1b1e-dirty"
author | ebi-gxa |
---|---|
date | Mon, 07 Sep 2020 13:13:22 +0000 |
parents | 2d00acd70129 |
children | 5dde9b3c169e |
comparison
equal
deleted
inserted
replaced
10:c99f397434a3 | 11:c646bd10dcab |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_plot_trajectory" name="Scanpy PlotTrajectory" version="@TOOL_VERSION@+galaxy10" profile="@PROFILE@"> | 2 <tool id="scanpy_plot_trajectory" name="Scanpy PlotTrajectory" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
3 <description>visualise cell trajectories</description> | 3 <description>visualise cell trajectories</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"/> |
44 <inputs> | 44 <inputs> |
45 <expand macro="input_object_params"/> | 45 <expand macro="input_object_params"/> |
46 <param name="use_key" argument="--use-key" type="text" value="paga" | 46 <param name="use_key" argument="--use-key" type="text" value="paga" |
47 label="The key in `.uns` that contains trajectory information"/> | 47 label="The key in `.uns` that contains trajectory information"/> |
48 <param name="layout" argument="--layout" type="select" label="Layout functions"> | 48 <param name="layout" argument="--layout" type="select" label="Layout functions"> |
49 <option value="fa" selected="true">ForceAtlas2</option> | 49 <option value="fa">ForceAtlas2</option> |
50 <option value="fr">Fruchterman-Reingold</option> | 50 <option value="fr" selected="true">Fruchterman-Reingold</option> |
51 <option value="rt">Reingold-Tilford</option> | 51 <option value="rt">Reingold-Tilford</option> |
52 </param> | 52 </param> |
53 <param name="basis" argument="--basis" type="text" optional="true" label="Name of the embedding to plot" | 53 <param name="basis" argument="--basis" type="text" optional="true" label="Name of the embedding to plot" |
54 help="Must be a key of `.obsm` without the prefix 'X_', e.g. 'umap'."/> | 54 help="Must be a key of `.obsm` without the prefix 'X_', e.g. 'umap'."/> |
55 <expand macro="output_plot_params"/> | 55 <expand macro="output_plot_params"/> |
83 <data name="output_png" format="png" from_work_dir="output.png" label="${tool.name} on ${on_string}: trajectory plot"/> | 83 <data name="output_png" format="png" from_work_dir="output.png" label="${tool.name} on ${on_string}: trajectory plot"/> |
84 </outputs> | 84 </outputs> |
85 | 85 |
86 <tests> | 86 <tests> |
87 <test> | 87 <test> |
88 <param name="input_obj_file" value="find_cluster.h5"/> | 88 <param name="input_obj_file" value="paga.h5"/> |
89 <param name="input_format" value="anndata"/> | 89 <param name="input_format" value="anndata"/> |
90 <param name="type" value="paga_compare"/> | 90 <param name="type" value="paga_compare"/> |
91 <output name="output_png" file="paga_compare.png" ftype="png" compare="sim_size"/> | 91 <output name="output_png" file="paga_compare.png" ftype="png" compare="sim_size"/> |
92 </test> | 92 </test> |
93 </tests> | 93 </tests> |