view tool_data_table_conf.xml.sample @ 1:125b8ae43807 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_genome_dbkeys_all_fasta commit db8f5e7fadc3bf752951b837a977919f8409e4b6-dirty
author dave
date Sat, 30 Jun 2018 18:52:10 -0400
parents 3da261f8ac90
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 dbkeys and len files under genome directory -->
    <table name="blastn_databases" comment_char="#">
        <columns>value, name, path</columns>
        <file path="tool-data/blastn_databases.loc" />
    </table>
</tables>