comparison manipulate.xml @ 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 a56baceb1900
children 43cb7b5a6fe7
comparison
equal deleted inserted replaced
5:b03c60f8528f 6:d4af736e7b83
130 ]]></configfile> 130 ]]></configfile>
131 </configfiles> 131 </configfiles>
132 <inputs> 132 <inputs>
133 <param name="input" type="data" format="h5ad" label="Annotated data matrix"/> 133 <param name="input" type="data" format="h5ad" label="Annotated data matrix"/>
134 <conditional name="manipulate"> 134 <conditional name="manipulate">
135 <param name="function" type="select" label="Function of manipulate the object"> 135 <param name="function" type="select" label="Function to manipulate the object">
136 <option value="concatenate">Concatenate along the observations axis</option> 136 <option value="concatenate">Concatenate along the observations axis</option>
137 <option value="obs_names_make_unique">Makes the obs index unique by appending '1', '2', etc</option> 137 <option value="obs_names_make_unique">Makes the obs index unique by appending '1', '2', etc</option>
138 <option value="var_names_make_unique">Makes the var index unique by appending '1', '2', etc</option> 138 <option value="var_names_make_unique">Makes the var index unique by appending '1', '2', etc</option>
139 <option value="rename_categories">Rename categories of annotation</option> 139 <option value="rename_categories">Rename categories of annotation</option>
140 <option value="strings_to_categoricals">Transform string annotations to categoricals</option> 140 <option value="strings_to_categoricals">Transform string annotations to categoricals</option>