Mercurial > repos > dchristiany > frogs_data_manager
diff tool_data_table_conf.xml.sample @ 0:7caea40b2a30 draft
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
author | dchristiany |
---|---|
date | Wed, 02 Oct 2019 11:00:08 -0400 |
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 Oct 02 11:00:08 2019 -0400 @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<tables> + <!-- Location of frogs database files --> + <table name="frogs_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/frogs_db.loc" /> + </table> + <table name="HVL_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/HVL_db.loc" /> + </table> + <table name="phiX_db" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/phiX_db.loc" /> + </table> +</tables>