view tool_data_table_conf.xml.sample @ 25:dfaf556d2a20 draft

planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 281ada90f8ce8630844ca000aa676ed55901661b-dirty
author oinizan
date Wed, 07 Jun 2023 09:00:18 +0000
parents 57824202c333
children 646bee69560f
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 traits table files -->
    <!-- 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>