Mercurial > repos > jjohnson > gatk2
comparison tool_data_table_conf.xml.sample @ 0:74c05070a3f8 draft
Uploaded
| author | jjohnson |
|---|---|
| date | Thu, 01 Nov 2012 13:53:22 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:74c05070a3f8 |
|---|---|
| 1 <tables> | |
| 2 <!-- Location of Picard dict files valid for GATK --> | |
| 3 <table name="gatk2_picard_indexes" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="tool-data/gatk2_sorted_picard_index.loc" /> | |
| 6 </table> | |
| 7 <!-- Available of GATK references --> | |
| 8 <table name="gatk2_annotations" comment_char="#"> | |
| 9 <columns>value, name, gatk_value, tools_valid_for</columns> | |
| 10 <file path="tool-data/gatk2_annotations.txt" /> | |
| 11 </table> | |
| 12 </tables> |
