# HG changeset patch
# User iuc
# Date 1581330104 18000
# Node ID d4af736e7b830066074932da98e5177823cd1700
# Parent  b03c60f8528f073f3be5e862fb27946f73b7f49f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85"

diff -r b03c60f8528f -r d4af736e7b83 manipulate.xml
--- a/manipulate.xml	Wed Feb 05 19:19:18 2020 -0500
+++ b/manipulate.xml	Mon Feb 10 05:21:44 2020 -0500
@@ -132,7 +132,7 @@
     <inputs>
         <param name="input" type="data" format="h5ad" label="Annotated data matrix"/>
         <conditional name="manipulate">
-            <param name="function" type="select" label="Function of manipulate the object">
+            <param name="function" type="select" label="Function to manipulate the object">
                 <option value="concatenate">Concatenate along the observations axis</option>
                 <option value="obs_names_make_unique">Makes the obs index unique by appending '1', '2', etc</option>
                 <option value="var_names_make_unique">Makes the var index unique by appending '1', '2', etc</option>