view tool_data_table_conf.xml.test @ 1:d9662c76b6d5 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit e68b434ae52d29f038bac26874ceb51d4911b4fb"
author iuc
date Wed, 29 Apr 2020 16:50:22 -0400
parents 28e95c6a944d
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/all_fasta.loc" />
    </table>
    <!-- Locations of taxonomy data downloaded from NCBI -->
    <table name="ncbi_taxonomy" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" />
    </table>
</tables>