Previous changeset 5:b03c60f8528f (2020-02-05) Next changeset 7:43cb7b5a6fe7 (2020-07-22) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85" |
modified:
manipulate.xml |
b |
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 |
b |
@@ -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> |