Mercurial > repos > swebb > pycrac
comparison pyCRAC/tool_data_table_conf.xml.sample @ 0:19b20927172d draft
Uploaded
author | swebb |
---|---|
date | Tue, 18 Jun 2013 09:11:00 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:19b20927172d |
---|---|
1 <!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> | |
2 <tables> | |
3 <!-- Locations of default fasta files for pycrac --> | |
4 <table name="pycrac_fasta"> | |
5 <columns>name, value</columns> | |
6 <file path="tool-data/pyCRAC/pycrac.fasta.loc" /> | |
7 </table> | |
8 <!-- Locations of default gtf files for pycrac --> | |
9 <table name="pycrac_gtf"> | |
10 <columns>name, value</columns> | |
11 <file path="tool-data/pyCRAC/pycrac.gtf.loc" /> | |
12 </table> | |
13 <!-- Locations of default tab files for pycrac --> | |
14 <table name="pycrac_tab"> | |
15 <columns>name, value</columns> | |
16 <file path="tool-data/pyCRAC/pycrac.tab.loc" /> | |
17 </table> | |
18 <!-- Locations of default chrom length files for pycrac --> | |
19 <table name="pycrac_chr"> | |
20 <columns>name, value</columns> | |
21 <file path="tool-data/pyCRAC/pycrac.chr.loc" /> | |
22 </table> | |
23 </tables> |