view tool_data_table_conf.xml.sample @ 9:7bf54edaba24 draft

planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
author oinizan
date Thu, 12 May 2022 10:44:30 +0000
parents 27f57425dc55
children 57824202c333
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_default_dir" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/tool-data/frogs_picrust2_default_dir.loc" />
    </table>
    <!-- Locations of picrust2 description files directory -->
   <table name="frogs_picrust2_description_dir" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/tool-data/frogs_picrust2_description_dir.loc" />
    </table>
        <!-- Locations of picrust2 marker table files -->
   <table name="frogs_picrust2_marker_table" comment_char="#">
        <columns>value, name, path, traits</columns>
        <file path="${__HERE__}/tool-data/frogs_picrust2_marker_table.loc" />
    </table>
        <!-- Locations of picrust2 traits table files -->
    <!-- Locations of picrust2 pathway map files -->
   <table name="frogs_picrust2_pathway_map" comment_char="#">
        <columns>marker, path, value, name </columns>
        <file path="${__HERE__}/tool-data/frogs_picrust2_pathway_map.loc" />
    </table>
</tables>