view tool_data_table_conf.xml.sample @ 4:dcd291aeb8a9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit e6639e130c5bf50f489dd09e38a1cbc712280fff
author iuc
date Fri, 07 Apr 2023 15:03:57 +0000
parents fa7c3a74acf2
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 preparsed genomes -->
    <table name="homer_preparse" comment_char="#">
        <columns>value, dbkey, mask, size, name, path, path_fasta, version</columns>
        <file path="tool-data/homer_preparse.loc"/>
    </table>
    <!-- Built-in homer promoter and ID DBs (dir of <env>/share/data, 1 per organism) -->
    <table name="homer_promoters" comment_char="#">
        <columns>value, dbkey, organism, path, organism_version, promoter_version</columns>
        <file path="tool-data/homer_promoters.loc"/>
    </table>
</tables>