Mercurial > repos > gdroc > rave
annotate tool_data_table_conf.xml.sample @ 4:91a376856d0c draft
Uploaded
| author | gdroc |
|---|---|
| date | Mon, 05 Sep 2016 04:57:33 -0400 |
| parents | |
| 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> |
