Mercurial > repos > frogs > frogs_3_1_0
diff tool_data_table_conf.xml.sample @ 0:59bc96331073 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.1.0 commit 08296fc88e3e938c482c631bd515b3b7a0499647
author | frogs |
---|---|
date | Thu, 28 Feb 2019 10:14:49 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Feb 28 10:14:49 2019 -0500 @@ -0,0 +1,15 @@ +<tables> + <!-- Location of frogs database files --> + <table name="frogs_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/tool-data/frogs_db.loc" /> + </table> + <table name="HVL_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/tool-data/HVL_db.loc" /> + </table> + <table name="phiX_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/tool-data/phiX_db.loc" /> + </table> +</tables>