Mercurial > repos > iuc > anndata_manipulate
diff manipulate.xml @ 6:ef824f3d03d5 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85"
| author | iuc |
|---|---|
| date | Mon, 10 Feb 2020 10:13:57 +0000 |
| parents | a28cc202e9f5 |
| children | 1cd7d1a94481 |
line wrap: on
line diff
--- a/manipulate.xml Thu Feb 06 00:15:43 2020 +0000 +++ b/manipulate.xml Mon Feb 10 10:13:57 2020 +0000 @@ -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>
