changeset 21:a71086d2e55f draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 64e51ed65585fdde84fb7463860dc559ffd36575-dirty"
author ebi-gxa
date Fri, 01 Oct 2021 13:37:30 +0000
parents 19124159e05a
children c591b2ffc2d7
files scanpy-plot-embedding.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scanpy-plot-embedding.xml	Tue Sep 28 17:47:43 2021 +0000
+++ b/scanpy-plot-embedding.xml	Fri Oct 01 13:37:30 2021 +0000
@@ -55,7 +55,7 @@
     </param>
     <param name="groups" argument="--groups" type="text" value="" label="Key for categorical in `.obs`" help="You can pass your predefined groups by choosing any categorical annotation of observations."/>
     <param name="gene_symbols_field" argument="--gene-symbols" type="text" optional="true" label="Field for gene symbols" help="The field used in the AnnData object to store gene symbols, leave blank for the default (index), else a common value is 'gene_symbols'"/>
-    <param name="use_raw" argument="--use-raw" type="boolean" checked="true" truevalue="--use-raw" falsevalue="--no-raw" label="Use raw attributes if present"/>
+    <param name="use_raw" argument="--use-raw" type="boolean" checked="true" truevalue="--use-raw" falsevalue="--no-raw" label="Use raw attributes" help="Using this option means that scanpy will expect to find the raw data object. The job will fail if the raw data object is not present within the supplied AnnData file."/>
     <param name="layer" argument="--layer" value="" type="text"
         label="Name of the AnnData object layer to plot" help="By default adata.raw.X is plotted. If use_raw=False is set, then adata.X is plotted. If layer is set to a valid layer name, then the layer is plotted. layer takes precedence over use_raw." />
     <param name="neighbors_key" argument="--neighbors-key" value="" type="text"