Repository 'scanpy_cluster_reduce_dimension'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/scanpy_cluster_reduce_dimension

Changeset 4:766be978777a (2019-12-18)
Previous changeset 3:ac8e59e87ce3 (2019-12-12) Next changeset 5:6f2d2c7f77ee (2020-02-10)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit ef863b8664b89ae02bb232a1277798dd0503e785"
modified:
cluster_reduce_dimension.xml
macros.xml
b
diff -r ac8e59e87ce3 -r 766be978777a cluster_reduce_dimension.xml
--- a/cluster_reduce_dimension.xml Thu Dec 12 09:25:42 2019 -0500
+++ b/cluster_reduce_dimension.xml Wed Dec 18 15:59:37 2019 -0500
b
@@ -184,7 +184,7 @@
     <inputs>
         <expand macro="inputs_anndata"/>
         <conditional name="method">
-            <param argument="method" type="select" label="Method used for plotting">
+            <param argument="method" type="select" label="Method used">
                 <option value="tl.louvain">Cluster cells into subgroups, using 'tl.louvain'</option>
                 <option value="tl.leiden">Cluster cells into subgroups, using 'tl.leiden'</option>
                 <option value="pp.pca">Computes PCA (principal component analysis) coordinates, loadings and variance decomposition, using 'pp.pca'</option>
b
diff -r ac8e59e87ce3 -r 766be978777a macros.xml
--- a/macros.xml Thu Dec 12 09:25:42 2019 -0500
+++ b/macros.xml Wed Dec 18 15:59:37 2019 -0500
[
@@ -1,7 +1,7 @@
 <macros>
     <token name="@version@">1.4.4.post1</token>
     <token name="@profile@">19.01</token>
-    <token name="@galaxy_version@"><![CDATA[@version@+galaxy1]]></token>
+    <token name="@galaxy_version@"><![CDATA[@version@+galaxy2]]></token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@version@">scanpy</requirement>
@@ -743,7 +743,7 @@
     linewidth=$method.seaborn_violinplot.linewidth,
     color='$method.seaborn_violinplot.color',
     palette='$method.seaborn_violinplot.palette',
-    saturation=$method.seaborn_violinplot.saturation,
+    saturation=$method.seaborn_violinplot.saturation
     ]]></token>
     <xml name="param_color">
         <param argument="color" type="text" value="" optional="true" label="Keys for annotations of observations/cells or variables/genes" help="One or a list of comma-separated index or key from either '.obs' or '.var'"/>
@@ -875,7 +875,7 @@
         <param argument="wspace" type="float" min="0" value="0.1" label="Width of the space between multiple panels" help=""/>
     </xml>
     <xml name="param_hspace">
-        <param argument="hspace" type="float" min="0" value="0.25" label="Geight of the space between multiple panels" help=""/>
+        <param argument="hspace" type="float" min="0" value="0.25" label="Height of the space between multiple panels" help=""/>
     </xml>
     <xml name="pl_edges">
         <conditional name="edges">