Mercurial > repos > jjohnson > snpsift_dbnsfp
diff tool_data_table_conf.xml.sample @ 2:c56e27adfbff
Add a build field in the tool-data to allow for filtering on genome build
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 10 Nov 2014 09:45:26 -0600 |
parents | 639db62ec3d4 |
children | b5e03b2cb813 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Thu Oct 23 05:58:20 2014 -0500 +++ b/tool_data_table_conf.xml.sample Mon Nov 10 09:45:26 2014 -0600 @@ -1,6 +1,6 @@ <tables> <table name="snpsift_dbnsfp" comment_char="#"> - <columns>dbkey, name, value, annotations</columns> + <columns>dbkey, build, name, value, annotations</columns> <file path="tool-data/snpsift_dbnsfp.loc" /> </table> </tables>