Mercurial > repos > frogs > frogs_func
diff tool_data_table_conf.xml.sample @ 0:c5fd7b97c2a4 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 78ca62b54aee22893d278d9c3d495527be405f8a
| author | frogs |
|---|---|
| date | Wed, 04 Feb 2026 13:17:34 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Feb 04 13:17:34 2026 +0000 @@ -0,0 +1,18 @@ +<tables> + <!-- Locations of picrust2 default directory --> + <table name="frogs_picrust2_placeseqs" comment_char="#" allow_duplicate_entries="False"> + <columns>value, name, dir, path, placement_tool, version</columns> + <file path="tool-data/frogs_picrust2_placeseqs.loc" /> + </table> + <!-- Locations of picrust2 marker table files --> + <table name="frogs_picrust2_functions" comment_char="#" allow_duplicate_entries="False"> + <columns>value, name, path, traits, version</columns> + <file path="tool-data/frogs_picrust2_functions.loc" /> + </table> + <!-- Locations of picrust2 pathway map files --> + <!-- true columns order should be : value, name, marker, path, version; but can't change for compatibility with previous versions installed --> + <table name="frogs_picrust2_pathways" comment_char="#" allow_duplicate_entries="False"> + <columns>marker, path, value, name, version </columns> + <file path="tool-data/frogs_picrust2_pathways.loc" /> + </table> +</tables> \ No newline at end of file
