Mercurial > repos > iuc > anndata_manipulate
changeset 6:d4af736e7b83 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85"
author | iuc |
---|---|
date | Mon, 10 Feb 2020 05:21:44 -0500 |
parents | b03c60f8528f |
children | 43cb7b5a6fe7 |
files | manipulate.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>