view tool_data_table_conf.xml.test @ 3:f208825f64ec draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 23fab16cd40acbd5b0e9d640ed3858040db7a622
author iuc
date Thu, 24 May 2018 19:10:13 -0400
parents 3b82b6febfd3
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>