diff tool_data_table_conf.xml.sample @ 9:7bf54edaba24 draft

planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
author oinizan
date Thu, 12 May 2022 10:44:30 +0000
parents 27f57425dc55
children 57824202c333
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Mon Aug 23 09:25:07 2021 +0000
+++ b/tool_data_table_conf.xml.sample	Thu May 12 10:44:30 2022 +0000
@@ -12,4 +12,25 @@
         <columns>value, name, path</columns>
         <file path="${__HERE__}/tool-data/frogs_contaminant_db.loc" />
     </table>
+         <!-- Locations of picrust2 default directory -->
+   <table name="frogs_picrust2_default_dir" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/tool-data/frogs_picrust2_default_dir.loc" />
+    </table>
+    <!-- Locations of picrust2 description files directory -->
+   <table name="frogs_picrust2_description_dir" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/tool-data/frogs_picrust2_description_dir.loc" />
+    </table>
+        <!-- Locations of picrust2 marker table files -->
+   <table name="frogs_picrust2_marker_table" comment_char="#">
+        <columns>value, name, path, traits</columns>
+        <file path="${__HERE__}/tool-data/frogs_picrust2_marker_table.loc" />
+    </table>
+        <!-- Locations of picrust2 traits table files -->
+    <!-- Locations of picrust2 pathway map files -->
+   <table name="frogs_picrust2_pathway_map" comment_char="#">
+        <columns>marker, path, value, name </columns>
+        <file path="${__HERE__}/tool-data/frogs_picrust2_pathway_map.loc" />
+    </table>
 </tables>