changeset 1:059651b65a85 draft

planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 587378c759c462e4698e039d6c3f3d47cb38ebe5
author rhpvorderman
date Fri, 08 Sep 2017 05:59:39 -0400
parents 288819f540fd
children 2898c6feeb9f
files data_manager/data_manager_select_index_by_path.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_select_index_by_path.xml	Fri Sep 08 04:49:41 2017 -0400
+++ b/data_manager/data_manager_select_index_by_path.xml	Fri Sep 08 05:59:39 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="data_manager_select_index_by_path" name="Any index by path manager" tool_type="manage_data" version="0.0.1">
+<tool id="data_manager_select_index_by_path" name="Select index by path manager" tool_type="manage_data" version="0.0.1">
     <description>path inputer</description>
     <command interpreter="python">
         path_name_value_key_manager.py
--- a/tool_data_table_conf.xml.sample	Fri Sep 08 04:49:41 2017 -0400
+++ b/tool_data_table_conf.xml.sample	Fri Sep 08 05:59:39 2017 -0400
@@ -1,7 +1,7 @@
 <!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
 <tables>
-    <table name="any_table_with_below_layout" comment_char="#">
+    <table name="all_fasta" comment_char="#">
         <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/some_index.loc" />
+        <file path="tool-data/all_fasta.loc" />
     </table>
  </tables>