view tool_data_table_conf.xml.sample @ 6:35c00763cb5c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gatk2 commit cf399638ebca4250bcc15f468238a9964de97b33
author iuc
date Mon, 04 Jun 2018 05:38:15 -0400
parents 340633249b3d
children
line wrap: on
line source

<tables>
    <!-- Location of Picard dict files valid for GATK -->
    <table name="gatk2_picard_indexes" comment_char="#" allow_duplicate_entries="False">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/gatk2_picard_index.loc" />
    </table>
    <!-- Available of GATK references -->
    <table name="gatk2_annotations" comment_char="#" allow_duplicate_entries="False">
        <columns>value, name, gatk_value, tools_valid_for</columns>
        <file path="tool-data/gatk2_annotations.txt" />
    </table>
</tables>