comparison flexynesis_plot.xml @ 2:3c5d82bf6e8a draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flexynesis commit 1afbaf45449e25238935e222f983da62392c067a
author bgruening
date Fri, 04 Jul 2025 14:57:52 +0000
parents bb91bf19eb40
children 52b6f2ac38c7
comparison
equal deleted inserted replaced
1:262c2132b392 2:3c5d82bf6e8a
150 <option value="box_plot">Box plot</option> 150 <option value="box_plot">Box plot</option>
151 </param> 151 </param>
152 <when value="dimred"> 152 <when value="dimred">
153 <expand macro="plots_common_param"> 153 <expand macro="plots_common_param">
154 <expand macro="plots_common_input"/> 154 <expand macro="plots_common_input"/>
155 <param argument="--embeddings" type="data" format="tabular,csv" label="Embeddings" help="Generated by flexynesis"/> 155 <param argument="--embeddings" type="data" format="tabular" label="Embeddings" help="Generated by flexynesis"/>
156 <param argument="--label" type="data_column" data_ref="labels" label="Column in the labels file to use for coloring the points in the plot"/> 156 <param argument="--label" type="data_column" data_ref="labels" label="Column in the labels file to use for coloring the points in the plot"/>
157 <param name="method" type="select" label="Transformation method"> 157 <param name="method" type="select" label="Transformation method">
158 <option value="pca" selected="true">PCA</option> 158 <option value="pca" selected="true">PCA</option>
159 <option value="umap">UMAP</option> 159 <option value="umap">UMAP</option>
160 </param> 160 </param>
204 <!-- test 1: dimred --> 204 <!-- test 1: dimred -->
205 <test expect_num_outputs="1"> 205 <test expect_num_outputs="1">
206 <param name="non_commercial_use" value="True"/> 206 <param name="non_commercial_use" value="True"/>
207 <conditional name="plot_conditional"> 207 <conditional name="plot_conditional">
208 <param name="plot_type" value="dimred"/> 208 <param name="plot_type" value="dimred"/>
209 <param name="embeddings" value="embeddings.csv"/> 209 <param name="embeddings" value="embeddings.tabular"/>
210 <param name="label" value="6"/> 210 <param name="label" value="6"/>
211 <param name="method" value="pca"/> 211 <param name="method" value="pca"/>
212 <param name="labels" value="labels.csv"/> 212 <param name="labels" value="labels.tabular"/>
213 <param name="format" value="jpg"/> 213 <param name="format" value="jpg"/>
214 <param name="dpi" value="300"/> 214 <param name="dpi" value="300"/>
215 </conditional> 215 </conditional>
216 <output name="plot_out"> 216 <output name="plot_out">
217 <assert_contents> 217 <assert_contents>
225 <!-- test 2: scatter --> 225 <!-- test 2: scatter -->
226 <test expect_num_outputs="1"> 226 <test expect_num_outputs="1">
227 <param name="non_commercial_use" value="True"/> 227 <param name="non_commercial_use" value="True"/>
228 <conditional name="plot_conditional"> 228 <conditional name="plot_conditional">
229 <param name="plot_type" value="scatter"/> 229 <param name="plot_type" value="scatter"/>
230 <param name="labels" value="labels_scatter.csv"/> 230 <param name="labels" value="labels_scatter.tabular"/>
231 <param name="true_label" value="5"/> 231 <param name="true_label" value="5"/>
232 <param name="predicted_label" value="6"/> 232 <param name="predicted_label" value="6"/>
233 <param name="format" value="jpg"/> 233 <param name="format" value="jpg"/>
234 <param name="dpi" value="300"/> 234 <param name="dpi" value="300"/>
235 </conditional> 235 </conditional>
245 <!-- test 3: concordance_heatmap --> 245 <!-- test 3: concordance_heatmap -->
246 <test expect_num_outputs="1"> 246 <test expect_num_outputs="1">
247 <param name="non_commercial_use" value="True"/> 247 <param name="non_commercial_use" value="True"/>
248 <conditional name="plot_conditional"> 248 <conditional name="plot_conditional">
249 <param name="plot_type" value="concordance_heatmap"/> 249 <param name="plot_type" value="concordance_heatmap"/>
250 <param name="labels" value="labels.csv"/> 250 <param name="labels" value="labels.tabular"/>
251 <param name="true_label" value="5"/> 251 <param name="true_label" value="5"/>
252 <param name="predicted_label" value="6"/> 252 <param name="predicted_label" value="6"/>
253 <param name="format" value="jpg"/> 253 <param name="format" value="jpg"/>
254 <param name="dpi" value="300"/> 254 <param name="dpi" value="300"/>
255 </conditional> 255 </conditional>
265 <!-- test 4: pr_curve --> 265 <!-- test 4: pr_curve -->
266 <test expect_num_outputs="1"> 266 <test expect_num_outputs="1">
267 <param name="non_commercial_use" value="True"/> 267 <param name="non_commercial_use" value="True"/>
268 <conditional name="plot_conditional"> 268 <conditional name="plot_conditional">
269 <param name="plot_type" value="pr_curve"/> 269 <param name="plot_type" value="pr_curve"/>
270 <param name="labels" value="labels_pr.csv"/> 270 <param name="labels" value="labels_pr.tabular"/>
271 <param name="format" value="jpg"/> 271 <param name="format" value="jpg"/>
272 <param name="dpi" value="300"/> 272 <param name="dpi" value="300"/>
273 </conditional> 273 </conditional>
274 <output name="plot_out"> 274 <output name="plot_out">
275 <assert_contents> 275 <assert_contents>
283 <!-- test 5: roc_curve --> 283 <!-- test 5: roc_curve -->
284 <test expect_num_outputs="1"> 284 <test expect_num_outputs="1">
285 <param name="non_commercial_use" value="True"/> 285 <param name="non_commercial_use" value="True"/>
286 <conditional name="plot_conditional"> 286 <conditional name="plot_conditional">
287 <param name="plot_type" value="roc_curve"/> 287 <param name="plot_type" value="roc_curve"/>
288 <param name="labels" value="labels_pr.csv"/> 288 <param name="labels" value="labels_pr.tabular"/>
289 <param name="format" value="jpg"/> 289 <param name="format" value="jpg"/>
290 <param name="dpi" value="300"/> 290 <param name="dpi" value="300"/>
291 </conditional> 291 </conditional>
292 <output name="plot_out"> 292 <output name="plot_out">
293 <assert_contents> 293 <assert_contents>
301 <!-- test 6: box_plot --> 301 <!-- test 6: box_plot -->
302 <test expect_num_outputs="1"> 302 <test expect_num_outputs="1">
303 <param name="non_commercial_use" value="True"/> 303 <param name="non_commercial_use" value="True"/>
304 <conditional name="plot_conditional"> 304 <conditional name="plot_conditional">
305 <param name="plot_type" value="box_plot"/> 305 <param name="plot_type" value="box_plot"/>
306 <param name="labels" value="labels_pr.csv"/> 306 <param name="labels" value="labels_pr.tabular"/>
307 <param name="format" value="jpg"/> 307 <param name="format" value="jpg"/>
308 <param name="dpi" value="300"/> 308 <param name="dpi" value="300"/>
309 </conditional> 309 </conditional>
310 <output_collection name="boxplot_out" type="list" count="7"> 310 <output_collection name="boxplot_out" type="list" count="7">
311 <element name="box_plot_Basal"> 311 <element name="box_plot_Basal">