Mercurial > repos > oinizan > frogs
diff tool_data_table_conf.xml.sample @ 0:27f57425dc55 draft
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
| author | oinizan |
|---|---|
| date | Wed, 03 Mar 2021 17:03:54 +0000 |
| parents | |
| children | 7bf54edaba24 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Mar 03 17:03:54 2021 +0000 @@ -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="frogs_HVL_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/tool-data/frogs_HVL_db.loc" /> + </table> + <table name="frogs_contaminant_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/tool-data/frogs_contaminant_db.loc" /> + </table> +</tables>
