view tool_data_table_conf.xml.test @ 32:c12c7d0e067b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pangolin commit 2ca3f9ad1c61effb960c9ee627cd1b07c99a8b8f
author iuc
date Mon, 17 Nov 2025 12:57:02 +0000
parents 92dd6da871f4
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="${__HERE__}/test-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="${__HERE__}/test-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="${__HERE__}/test-data/pangolin_assignment.loc" />
    </table>
</tables>