Mercurial > repos > lz_hust > gatktools
view tool_data_table_conf.xml.sample @ 15:01ff8dd37d4d draft default tip
Uploaded
author | lz_hust |
---|---|
date | Sat, 01 Jun 2019 07:20:41 -0400 |
parents | e4b6c7a08f06 |
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>