Mercurial > repos > oinizan > frogs
diff tool_data_table_conf.xml.sample @ 25:dfaf556d2a20 draft
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 281ada90f8ce8630844ca000aa676ed55901661b-dirty
| author | oinizan |
|---|---|
| date | Wed, 07 Jun 2023 09:00:18 +0000 |
| parents | 57824202c333 |
| children | 646bee69560f |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Mon May 22 08:34:12 2023 +0000 +++ b/tool_data_table_conf.xml.sample Wed Jun 07 09:00:18 2023 +0000 @@ -13,24 +13,19 @@ <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, dir, path, placement_tool</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 name="frogs_picrust2_placeseqs" comment_char="#"> + <columns>value, name, dir, path, placement_tool, version</columns> + <file path="${__HERE__}/tool-data/frogs_picrust2_placeseqs.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 name="frogs_picrust2_functions" comment_char="#"> + <columns>value, name, path, traits, version</columns> + <file path="${__HERE__}/tool-data/frogs_picrust2_functions.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 name="frogs_picrust2_pathways" comment_char="#"> + <columns>marker, path, value, name, version </columns> + <file path="${__HERE__}/tool-data/frogs_picrust2_pathways.loc" /> </table> </tables> \ No newline at end of file
