changeset 1:fa3b4a42d899 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit 4854cf92350265cac72ba5bb462e08b8cd239b8b-dirty"
author dave
date Tue, 24 Aug 2021 15:23:33 +0000
parents 98beedb0e74b
children
files data_manager_conf.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager_conf.xml	Tue Aug 24 14:59:07 2021 +0000
+++ b/data_manager_conf.xml	Tue Aug 24 15:23:33 2021 +0000
@@ -8,9 +8,9 @@
                 <column name="path" output_ref="out_file" >
                     <move type="file">
                         <source>${path}</source>
-                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">selection/${value}</target>
+                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">selection_background/${value}</target>
                     </move>
-                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/selection/${path}</value_translation>
+                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/selection_background/${value}</value_translation>
                     <value_translation type="function">abspath</value_translation>
                 </column>
             </output>
--- a/tool_data_table_conf.xml.sample	Tue Aug 24 14:59:07 2021 +0000
+++ b/tool_data_table_conf.xml.sample	Tue Aug 24 15:23:33 2021 +0000
@@ -1,5 +1,5 @@
 <tables>
-    <!-- Locations of backgrounds sequences for clade analysis -->
+    <!-- Locations of background sequences for clade analysis -->
     <table name="selection_background" comment_char="#">
         <columns>value, label, path</columns>
         <file path="tool-data/selection_background.loc" />