Mercurial > repos > dchristiany > frogs_data_manager
view tool_data_table_conf.xml.sample @ 7:99b2dfb1fa1c draft
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
| author | dchristiany |
|---|---|
| date | Fri, 04 Oct 2019 08:57:45 -0400 |
| parents | 7caea40b2a30 |
| children |
line wrap: on
line source
<?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>
