view tool_data_table_conf.xml.sample @ 1:c22f6c820658 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_pangolin_data commit 544fd499de5324afce8f5f9b38ffdaf282f4dfaa
author iuc
date Wed, 25 Sep 2024 15:42:43 +0000
parents 33158d21324d
children
line wrap: on
line source

<tables>
    <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False">
        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data -->
        <columns>value, description, min_pangolin_version, date, path</columns>
        <file path="tool-data/pangolin_data.loc" />
    </table>
    <table name="pangolin_constellations" comment_char="#" allow_duplicate_entries="False">
        <!-- min_scorpio_version is the minimum scorpio tool major version that is needed to read the constellations data -->
        <columns>value, description, min_scorpio_version, date, path</columns>
        <file path="tool-data/pangolin_constellations.loc" />
    </table>    
    <table name="pangolin_assignment" comment_char="#" allow_duplicate_entries="False">
        <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_assignment data -->
        <columns>value, description, min_pangolin_version, date, path</columns>
        <file path="tool-data/pangolin_assignment.loc" />
    </table>
</tables>