view tool_data_table_conf.xml.sample @ 30:fce825ec2c84 draft default tip

planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 01b92e7e17eb8bc125451bf41684f512cf16d3c5-dirty
author oinizan
date Fri, 02 May 2025 07:44:22 +0000
parents 646bee69560f
children
line wrap: on
line source

<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>
         <!-- Locations of picrust2 default directory -->
   <table name="frogs_picrust2_placeseqs" comment_char="#">
        <columns>value, name, dir, path, placement_tool, version</columns>
        <file path="${__HERE__}/tool-data/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__}/tool-data/frogs_picrust2_functions.loc" />
    </table>
    <!-- Locations of picrust2 pathway map files -->
   <table name="frogs_picrust2_pathways" comment_char="#">
        <columns>marker, path, value, name, version </columns>
        <file path="${__HERE__}/tool-data/frogs_picrust2_pathways.loc" />
    </table>
</tables>