view tool_data_table_conf.xml.sample @ 0:60e1f1caedad draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
author iuc
date Mon, 11 Apr 2022 20:34:25 +0000
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tables>
    <!-- Locations of reference fasta files -->
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/all_fasta.loc" />
    </table>
    <!-- Locations of indexes in the 2bit format -->
    <table name="twobit" comment_char="#" allow_duplicate_entries="False">
        <columns>value, path</columns>
        <file path="tool-data/twobit.loc" />
    </table>
</tables>