changeset 2:2898c6feeb9f draft

planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 8413cc2e2826fa5b7702589f9b26c84e077d599f
author rhpvorderman
date Fri, 08 Sep 2017 08:12:20 -0400
parents 059651b65a85
children afd01fcbea26
files data_manager_conf.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager_conf.xml	Fri Sep 08 05:59:39 2017 -0400
+++ b/data_manager_conf.xml	Fri Sep 08 08:12:20 2017 -0400
@@ -8,6 +8,7 @@
                 <column name="name" />
                 <column name="path" />
             </output>
+<!--
         </data_table>
         <data_table name="bowtie2_indexes">
             <output>
@@ -137,7 +138,7 @@
                 <column name="path" />
             </output>
         </data_table>
-
+-->
     </data_manager>
 
 </data_managers>
--- a/tool_data_table_conf.xml.sample	Fri Sep 08 05:59:39 2017 -0400
+++ b/tool_data_table_conf.xml.sample	Fri Sep 08 08:12:20 2017 -0400
@@ -4,4 +4,22 @@
         <columns>value, dbkey, name, path</columns>
         <file path="tool-data/all_fasta.loc" />
     </table>
+<!--
+    <table name="bowtie2_indexes" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/bowtie2_indices.loc" />
+    </table>
+    <table name="bowtie_indexes" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/bowtie_indices.loc" />
+    </table>
+    <table name="bowtie_indexes_color" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/bowtie_indices_color.loc" />
+    </table>
+    <table name="bwa_mem_indexes" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/bwa_mem_index.loc" />
+    </table>
+-->
  </tables>