diff data_manager_conf.xml @ 6:d22f69a2e80e draft

Uploaded
author ieguinoa
date Tue, 23 Jul 2019 09:25:04 -0400
parents 3888ec1918d0
children cbe62bd6e149
line wrap: on
line diff
--- a/data_manager_conf.xml	Thu Jan 03 10:51:18 2019 -0500
+++ b/data_manager_conf.xml	Tue Jul 23 09:25:04 2019 -0400
@@ -9,11 +9,12 @@
                 <column name="path" output_ref="out_file" >
                     <move type="directory" relativize_symlinks="True">
                         <!-- <source>${path}</source>--> <!-- out_file.extra_files_path is used as base by default --> <!-- if no source, eg for type=directory, then refers to base -->
-                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/salmon_index/${path}</target>
+                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/salmon_index/${value}</target>
                     </move>
-                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/salmon_index/${path}</value_translation>
+                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/salmon_index/${value}/${path}</value_translation>
                     <value_translation type="function">abspath</value_translation>
                 </column>
+                <column name="version" />
             </output>
         </data_table>
     </data_manager>