Mercurial > repos > jjohnson > gatk2
view tool_data_table_conf.xml.sample @ 39:fab099dde911 draft default tip
VariantFiltration should not have -nt option since it does not implemnt TreeReducible
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 05 Mar 2013 11:15:13 -0600 |
parents | 74c05070a3f8 |
children |
line wrap: on
line source
<tables> <!-- Location of Picard dict files valid for GATK --> <table name="gatk2_picard_indexes" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/gatk2_sorted_picard_index.loc" /> </table> <!-- Available of GATK references --> <table name="gatk2_annotations" comment_char="#"> <columns>value, name, gatk_value, tools_valid_for</columns> <file path="tool-data/gatk2_annotations.txt" /> </table> </tables>