annotate macros.xml @ 14:cfb0595f9842 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 15f3ce6780216fc864f70a1759a9a98a5f6b11d5
author iuc
date Mon, 15 Sep 2025 16:35:54 +0000
parents 3af838dc0637
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
3af838dc0637 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
1 <macros>
3af838dc0637 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">
3af838dc0637 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" />
3af838dc0637 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" />
3af838dc0637 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" />
3af838dc0637 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" />
3af838dc0637 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" />
3af838dc0637 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
8 </xml>
3af838dc0637 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 85f81cd54f7bd9e2e8b6f0ba1260520ad24d28cd
iuc
parents:
diff changeset
9 </macros>