diff tool_data_table_conf.xml.sample @ 1:91ef4a171202 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pizzly/ commit 0ad49d906b38e290b860310e73b1f8585ac65d09
author iuc
date Tue, 03 Oct 2017 18:04:46 -0400
parents f7556cfa4047
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Wed Sep 13 22:40:57 2017 -0400
+++ b/tool_data_table_conf.xml.sample	Tue Oct 03 18:04:46 2017 -0400
@@ -1,12 +1,12 @@
 <tables>
-    <!-- Locations of all fasta files under genome directory -->
+    <!-- Locations of transcriptome fasta files -->
     <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="all_gtf" comment_char="#" allow_duplicate_entries="False">
+    <table name="gene_sets" comment_char="#" allow_duplicate_entries="False">
         <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/all_gtf.loc" />
+        <file path="tool-data/gene_sets.loc" />
     </table>	
 </tables>