comparison 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
comparison
equal deleted inserted replaced
5:84584664264c 6:35c00763cb5c
1 <tables> 1 <tables>
2 <!-- Location of Picard dict files valid for GATK --> 2 <!-- Location of Picard dict files valid for GATK -->
3 <table name="gatk2_picard_indexes" comment_char="#"> 3 <table name="gatk2_picard_indexes" comment_char="#" allow_duplicate_entries="False">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/gatk2_picard_index.loc" /> 5 <file path="tool-data/gatk2_picard_index.loc" />
6 </table> 6 </table>
7 <!-- Available of GATK references --> 7 <!-- Available of GATK references -->
8 <table name="gatk2_annotations" comment_char="#"> 8 <table name="gatk2_annotations" comment_char="#" allow_duplicate_entries="False">
9 <columns>value, name, gatk_value, tools_valid_for</columns> 9 <columns>value, name, gatk_value, tools_valid_for</columns>
10 <file path="tool-data/gatk2_annotations.txt" /> 10 <file path="tool-data/gatk2_annotations.txt" />
11 </table> 11 </table>
12 </tables> 12 </tables>