Mercurial > repos > recetox > table_pandas_rename_column
comparison table_pandas_rename_column.xml @ 1:8537763e4713 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit af4bb1b40252cbb8f91cd1008a4aa5052e19f919
author | recetox |
---|---|
date | Thu, 14 Aug 2025 15:14:25 +0000 |
parents | 3f54cd56a65e |
children |
comparison
equal
deleted
inserted
replaced
0:3f54cd56a65e | 1:8537763e4713 |
---|---|
3 <!-- <xrefs> | 3 <!-- <xrefs> |
4 <xref type="bio.tools"></xref> | 4 <xref type="bio.tools"></xref> |
5 </xrefs> --> | 5 </xrefs> --> |
6 <macros> | 6 <macros> |
7 <import>macros.xml</import> | 7 <import>macros.xml</import> |
8 <token name="@VERSION_SUFFIX@">0</token> | 8 <token name="@VERSION_SUFFIX@">1</token> |
9 </macros> | 9 </macros> |
10 <!-- TODO: please annotate this tool with topics and operations from http://edamontology.org --> | 10 <!-- TODO: please annotate this tool with topics and operations from http://edamontology.org --> |
11 <!-- TODO: for more information see: https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#edam-topics-and-operations --> | 11 <!-- TODO: for more information see: https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#edam-topics-and-operations --> |
12 <!-- <edam_topics> | 12 <!-- <edam_topics> |
13 <edam_topic>topic_TODO</edam_topic> | 13 <edam_topic>topic_TODO</edam_topic> |
52 </data> | 52 </data> |
53 </outputs> | 53 </outputs> |
54 <tests> | 54 <tests> |
55 <test> | 55 <test> |
56 <param name="input_dataset" value="reference.txt" ftype="tabular"/> | 56 <param name="input_dataset" value="reference.txt" ftype="tabular"/> |
57 <param name="column" value="2"/> | 57 <repeat name="columns_selection"> |
58 <param name="new_name" value="retention_time"/> | 58 <param name="column" value="2"/> |
59 <param name="new_name" value="retention_time"/> | |
60 </repeat> | |
59 <output name="output_dataset" file="rename/reference_rt_renamed.tabular" ftype="tabular"/> | 61 <output name="output_dataset" file="rename/reference_rt_renamed.tabular" ftype="tabular"/> |
60 </test> | 62 </test> |
61 <test> | 63 <test> |
62 <param name="input_dataset" value="reference.txt" ftype="tabular"/> | 64 <param name="input_dataset" value="reference.txt" ftype="tabular"/> |
63 <repeat name="columns_selection"> | 65 <repeat name="columns_selection"> |