diff data_manager_conf.xml @ 5:a3dba0440f08 draft

Reformatting
author sh477
date Mon, 28 Feb 2022 09:17:29 +0000
parents 97cd72b5130e
children 7890790d2afd
line wrap: on
line diff
--- a/data_manager_conf.xml	Wed Feb 23 12:26:11 2022 +0000
+++ b/data_manager_conf.xml	Mon Feb 28 09:17:29 2022 +0000
@@ -1,21 +1,21 @@
-<?xml version="1.0"?>
-<data_managers>
-    <data_manager tool_file="data_manager/data_manager_vep_cache_download.xml" id="data_manager_vep_cache_download" >
-        <data_table name="vep_versioned_caches">  <!-- Defines a Data Table to be modified. -->
-            <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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
-                <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool -->
-                <column name="cachetype" />  <!-- 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="path" output_ref="out_file" >
-                    <move type="directory" relativize_symlinks="True">
-                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">vep/${version}/${dbkey}/${cachetype}</target>
-                    </move>
-                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/vep/${version}/${dbkey}/${cachetype}/</value_translation>
-                    <value_translation type="function">abspath</value_translation>
-                </column>
-            </output>
-        </data_table>
-    </data_manager>
-</data_managers>
+<?xml version="1.0"?>
+<data_managers>
+    <data_manager tool_file="data_manager/data_manager_vep_cache_download.xml" id="data_manager_vep_cache_download" >
+        <data_table name="vep_versioned_caches">  <!-- Defines a Data Table to be modified. -->
+            <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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool -->
+                <column name="cachetype" />  <!-- 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="path" output_ref="out_file" >
+                    <move type="directory" relativize_symlinks="True">
+                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">vep/${version}/${dbkey}/${cachetype}</target>
+                    </move>
+                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/vep/${version}/${dbkey}/${cachetype}/</value_translation>
+                    <value_translation type="function">abspath</value_translation>
+                </column>
+            </output>
+        </data_table>
+    </data_manager>
+</data_managers>
\ No newline at end of file