Mercurial > repos > frogs > frogs_func
diff tool_data_table_conf.xml.test @ 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.test Wed Feb 04 13:17:34 2026 +0000 @@ -0,0 +1,17 @@ +<tables> + <!-- Locations of picrust2 default directory --> + <table name="frogs_picrust2_placeseqs" comment_char="#"> + <columns>value, name, dir, path, placement_tool, version</columns> + <file path="${__HERE__}/test-data/databases/frogs_picrust2_placeseqs.loc" /> + </table> + <!-- Locations of picrust2 marker table files --> + <table name="frogs_picrust2_functions" comment_char="#"> + <columns>value, name, path, traits, version</columns> + <file path="${__HERE__}/test-data/databases/frogs_picrust2_functions.loc" /> + </table> + <!-- Locations of picrust2 pathway map files --> + <table name="frogs_picrust2_pathways" comment_char="#"> + <columns>value, name, marker, path, version</columns> + <file path="${__HERE__}/test-data/databases/frogs_picrust2_pathways.loc" /> + </table> +</tables> \ No newline at end of file
