annotate macros.xml @ 12:5865233be0ed draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/volcanoplot commit d683bd258e6f16ea4f72575c18d78d7e0865c784
author iuc
date Mon, 17 Nov 2025 12:20:08 +0000
parents 481389852209
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
1 <macros>
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
2 <xml name="columns" tokens="header">
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
3 <param name="fdr_col" type="data_column" use_header_names="@HEADER@" data_ref="input" label="FDR (adjusted P value) column number" />
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
4 <param name="pval_col" type="data_column" use_header_names="@HEADER@" data_ref="input" label="P value (raw) column number" />
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
5 <param name="lfc_col" type="data_column" use_header_names="@HEADER@" data_ref="input" label="Log Fold Change column number" />
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
6 <param name="label_col" type="data_column" use_header_names="@HEADER@" data_ref="input" label="Labels column number" />
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
7 <param name="shape_col" type="data_column" use_header_names="@HEADER@" data_ref="input" label="Categories that can be used to plot different shapes or facet (useful if multivariable associations are investigated)" optional="true" />
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
8 </xml>
481389852209 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
9 </macros>