diff data_manager_conf.xml @ 4:45c8bfaab608 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_build_coreprofiler commit 7f2587b3f86c5024c7588185712d1eced9bbb037
author iuc
date Thu, 18 Dec 2025 15:21:46 +0000
parents c3553950db1b
children
line wrap: on
line diff
--- a/data_manager_conf.xml	Fri Dec 12 21:37:42 2025 +0000
+++ b/data_manager_conf.xml	Thu Dec 18 15:21:46 2025 +0000
@@ -5,6 +5,8 @@
             <output> <!-- Handle the output of the Data Manager Tool -->
                 <column name="value"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
                 <column name="name"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="tool_version"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="database"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
                 <column name="path" output_ref="out_file">
                     <move type="directory">
                         <source>${path}</source>
@@ -13,8 +15,8 @@
                     <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation>
                     <value_translation type="function">abspath</value_translation>
                 </column>
-                <column name="database"/> <!-- columns that are going to be specified by the Data Manager Tool -->
-                <column name="scheme"/> <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="db_path"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="scheme_path"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
             </output>
         </data_table>
     </data_manager>