Mercurial > repos > gdroc > rave
changeset 4:91a376856d0c draft
Uploaded
author | gdroc |
---|---|
date | Mon, 05 Sep 2016 04:57:33 -0400 |
parents | 0f877def314b |
children | 3fbf750f7ed7 |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Sep 05 04:57:33 2016 -0400 @@ -0,0 +1,12 @@ +<tables> + <!-- Locations of PLINK file --> + <table name="plink" comment_char="#"> + <columns>value, dbkey, path</columns> + <file path="tool-data/plink.loc" /> + </table> + <!-- Locations of subpopulation file --> + <table name="subpopulation" comment_char="#"> + <columns>value, dbkey, path</columns> + <file path="tool-data/subpopulations.loc" /> + </table> +</tables> \ No newline at end of file