diff tool_data_table_conf.xml.sample @ 17:1b03f6232900 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
author mvdbeek
date Fri, 26 Feb 2016 08:49:59 -0500
parents 8d08f14b82fd
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Thu Feb 25 08:49:20 2016 -0500
+++ b/tool_data_table_conf.xml.sample	Fri Feb 26 08:49:59 2016 -0500
@@ -1,7 +1,11 @@
 <tables>
-    <!-- Locations of all fasta files under genome directory -->
-    <table name="all_fasta" comment_char="#">
-        <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/all_fasta.loc" />
+    <!-- Location of Picard dict file and other files -->
+    <table name="go_genomes" comment_char="#">
+        <columns>value, name</columns>
+        <file path="${__HERE__}/test-data/genomes.loc" />
+    </table>
+    <table name="go_gene_ids" comment_char="#">
+        <columns>value, name</columns>
+        <file path="${__HERE__}/test-data/gene_ids.loc" />
     </table>
 </tables>