view tool_data_table_conf.xml.test @ 7:34cf077e0f42 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ce9efed8c15240a269107ff356aeb18b52eb383f"
author iuc
date Wed, 30 Sep 2020 13:57:48 +0000
parents fd6459edbad9
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="${__HERE__}/test-data/cached_locally/all_fasta.loc" />
    </table>
    <!-- Locations of all liftOver files -->
    <table name="liftOver" comment_char="#">
        <columns>dbkey, name, value</columns>
        <file path="${__HERE__}/test-data/cached_locally/liftOver.loc" />
    </table>
</tables>