view tool_data_table_conf.xml.sample @ 0:859e0611960c draft

"planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/jvarkit commit ee258cf884aa478b4ce4f978c4239f237c813701"
author iuc
date Thu, 11 Feb 2021 08:00:58 +0000
parents
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 samtools indexed genomes -->
    <table name="fasta_indexes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
    <file path="tool-data/fasta_indexes.loc" />
    </table>
</tables>