Mercurial > repos > ebi-gxa > scanpy_plot_embed
comparison scanpy-plot-embedding.xml @ 3:b2410da4e381 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 1d069e25584e436d7628694cb8853a15f1f85604
author | ebi-gxa |
---|---|
date | Wed, 20 Nov 2019 05:17:27 -0500 |
parents | c63bc0b71865 |
children | 109cfa259d8b |
comparison
equal
deleted
inserted
replaced
2:882f4671d686 | 3:b2410da4e381 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_plot_embed" name="Scanpy PlotEmbed" version="@TOOL_VERSION@+galaxy0"> | 2 <tool id="scanpy_plot_embed" name="Scanpy PlotEmbed" version="@TOOL_VERSION@+galaxy1"> |
3 <description>visualise cell embeddings</description> | 3 <description>visualise cell embeddings</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"/> |
21 ]]></command> | 21 ]]></command> |
22 | 22 |
23 <inputs> | 23 <inputs> |
24 <expand macro="input_object_params"/> | 24 <expand macro="input_object_params"/> |
25 <param name="basis" argument="--basis" type="text" label="Name of the embedding to plot"/> | 25 <param name="basis" argument="--basis" type="text" label="Name of the embedding to plot"/> |
26 <param name="color_by" argument="--color" type="text" label="Color by attributes, comma separated texts"/> | 26 <param name="color_by" argument="--color" type="text" label="Color by attributes, comma separated texts"> |
27 <sanitizer> | |
28 <valid initial="string.printable"/> | |
29 </sanitizer> | |
30 </param> | |
27 <param name="use_raw" argument="--use-raw" type="boolean" checked="true" truevalue="--use-raw" falsevalue="--no-raw" label="Use raw attributes if present"/> | 31 <param name="use_raw" argument="--use-raw" type="boolean" checked="true" truevalue="--use-raw" falsevalue="--no-raw" label="Use raw attributes if present"/> |
28 <param name="legend_loc" argument="--legend-loc" type="select" label="Location of legend"> | 32 <param name="legend_loc" argument="--legend-loc" type="select" label="Location of legend"> |
29 <option value="right margin" selected="true">Right margin</option> | 33 <option value="right margin" selected="true">Right margin</option> |
30 <option value="on data">On data</option> | 34 <option value="on data">On data</option> |
31 </param> | 35 </param> |