view tool_data_table_conf.xml.test @ 9:c413cbb69f3c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit b450d8cda28c53ee5dbd4bc2582a589f44bf6fea"
author iuc
date Wed, 24 Nov 2021 21:56:43 +0000
parents 6463cf32d733
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>