Previous changeset 3:0f877def314b (2016-09-05) Next changeset 5:3fbf750f7ed7 (2016-09-05) |
Commit message:
Uploaded |
added:
tool_data_table_conf.xml.sample |
b |
diff -r 0f877def314b -r 91a376856d0c tool_data_table_conf.xml.sample --- /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 |
b |
@@ -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 |