view tool_data_table_conf.xml.sample @ 11:b1c12a94db6f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 1b4c5b184b10336bca092cf347019c4368a7771c
author iuc
date Wed, 09 Jul 2025 11:12:23 +0000
parents bc72094f7ce9
children
line wrap: on
line source

<tables>
    <!-- Locations of all fasta files under genome directory -->
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/all_fasta.loc" />
    </table>
    <!-- Locations of all liftOver files -->
    <table name="liftOver" comment_char="#">
         <columns>dbkey, name, value</columns>
        <file path="tool-data/liftOver.loc" />
    </table>
</tables>