diff tool_data_table_conf.xml.sample @ 1:cdc4d8a998e1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 0d434bca5083e908114d93e11094e48f49b98ed1
author iuc
date Fri, 21 Apr 2017 12:36:31 -0400
parents e4b87a00b1df
children f537d3e00eb8
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Wed Nov 23 17:55:57 2016 -0500
+++ b/tool_data_table_conf.xml.sample	Fri Apr 21 12:36:31 2017 -0400
@@ -1,12 +1,12 @@
 <tables>
     <!-- Locations of all fasta files under genome directory -->
-    <table name="all_fasta" comment_char="#">
+    <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
         <columns>value, dbkey, name, path</columns>
         <file path="tool-data/all_fasta.loc" />
     </table>
     <!-- Locations of indexes in the BWA mapper format -->
-    <table name="rnastar_index" comment_char="#">
-        <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/rnastar_index.loc" />
+    <table name="rnastar_index2" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, dbkey, name, path, withGTF</columns>
+        <file path="tool-data/rnastar_index2.loc" />
     </table>
 </tables>