Mercurial > repos > iuc > gatk2
diff 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 diff
--- a/tool_data_table_conf.xml.sample Mon Aug 25 17:44:53 2014 -0400 +++ b/tool_data_table_conf.xml.sample Mon Jun 04 05:38:15 2018 -0400 @@ -1,11 +1,11 @@ <tables> <!-- Location of Picard dict files valid for GATK --> - <table name="gatk2_picard_indexes" comment_char="#"> + <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="#"> + <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>