view tool_data_table_conf.xml.test @ 0:2a546f92b1ba draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_packaged_annotation_data commit 339a6c16fb6d944d4e147b5192cbeb0ebd26d18e"
author iuc
date Tue, 04 Jan 2022 18:34:18 +0000
parents
children
line wrap: on
line source

<tables>
    <!-- Table of installed structured annotation data -->
    <table name="packaged_annotation_data" comment_char="#">
        <columns>value, dbkey, data_name, data_id, data_format, package_id, package_name, path</columns>
        <file path="${__HERE__}/test-data/packaged_annotation_data.loc" />
    </table>
    <!-- Locations of dbkeys and len files under genome directory -->
    <table name="__dbkeys__" comment_char="#">
        <columns>value, name, len_path</columns>
        <file path="${__HERE__}/test-data/dbkeys.loc" />
    </table>
</tables>