diff tool_data_table_conf.xml.sample @ 1:5f22a5dbc280 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 0a56599c36b4968095ec5a3cb589f94fb139466c
author iuc
date Sun, 28 Jan 2018 04:03:49 -0500
parents 8ac63f45df7c
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Thu Nov 17 16:40:54 2016 -0500
+++ b/tool_data_table_conf.xml.sample	Sun Jan 28 04:03:49 2018 -0500
@@ -1,7 +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 all gtf files with annotations of genome builds -->
+    <table name="gene_sets" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/gene_sets.loc" />
+    </table>	
 </tables>