diff tool_data_table_conf.xml.sample @ 2:ac3494caea96 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e70efe967398bc8d01f4847a5d22ae9f3575f4ef
author galaxyp
date Wed, 03 Jan 2018 13:54:33 -0500
parents aac535d694d4
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Fri Dec 29 12:36:58 2017 -0500
+++ b/tool_data_table_conf.xml.sample	Wed Jan 03 13:54:33 2018 -0500
@@ -1,6 +1,8 @@
+<?xml version="1.0"?>
 <tables>
-    <table name="pep_pointer" comment_char="#">
-        <columns>name,value</columns>
-        <file path="tool-data/pep_pointer.loc"/>
+    <!-- Locations of gene annotation data -->
+    <table name="gff_gene_annotations" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/gene_annotation.loc" />
     </table>
 </tables>