Mercurial > repos > gdroc > rave
annotate tool_data_table_conf.xml.sample @ 8:0ddd090f87f0 draft
Uploaded
author | gdroc |
---|---|
date | Mon, 05 Sep 2016 05:00:38 -0400 |
parents | 91a376856d0c |
children |
rev | line source |
---|---|
4 | 1 <tables> |
2 <!-- Locations of PLINK file --> | |
3 <table name="plink" comment_char="#"> | |
4 <columns>value, dbkey, path</columns> | |
5 <file path="tool-data/plink.loc" /> | |
6 </table> | |
7 <!-- Locations of subpopulation file --> | |
8 <table name="subpopulation" comment_char="#"> | |
9 <columns>value, dbkey, path</columns> | |
10 <file path="tool-data/subpopulations.loc" /> | |
11 </table> | |
12 </tables> |