annotate pyCRAC/tool_data_table_conf.xml.sample @ 0:19b20927172d draft

Uploaded
author swebb
date Tue, 18 Jun 2013 09:11:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
19b20927172d Uploaded
swebb
parents:
diff changeset
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-->
19b20927172d Uploaded
swebb
parents:
diff changeset
2 <tables>
19b20927172d Uploaded
swebb
parents:
diff changeset
3 <!-- Locations of default fasta files for pycrac -->
19b20927172d Uploaded
swebb
parents:
diff changeset
4 <table name="pycrac_fasta">
19b20927172d Uploaded
swebb
parents:
diff changeset
5 <columns>name, value</columns>
19b20927172d Uploaded
swebb
parents:
diff changeset
6 <file path="tool-data/pyCRAC/pycrac.fasta.loc" />
19b20927172d Uploaded
swebb
parents:
diff changeset
7 </table>
19b20927172d Uploaded
swebb
parents:
diff changeset
8 <!-- Locations of default gtf files for pycrac -->
19b20927172d Uploaded
swebb
parents:
diff changeset
9 <table name="pycrac_gtf">
19b20927172d Uploaded
swebb
parents:
diff changeset
10 <columns>name, value</columns>
19b20927172d Uploaded
swebb
parents:
diff changeset
11 <file path="tool-data/pyCRAC/pycrac.gtf.loc" />
19b20927172d Uploaded
swebb
parents:
diff changeset
12 </table>
19b20927172d Uploaded
swebb
parents:
diff changeset
13 <!-- Locations of default tab files for pycrac -->
19b20927172d Uploaded
swebb
parents:
diff changeset
14 <table name="pycrac_tab">
19b20927172d Uploaded
swebb
parents:
diff changeset
15 <columns>name, value</columns>
19b20927172d Uploaded
swebb
parents:
diff changeset
16 <file path="tool-data/pyCRAC/pycrac.tab.loc" />
19b20927172d Uploaded
swebb
parents:
diff changeset
17 </table>
19b20927172d Uploaded
swebb
parents:
diff changeset
18 <!-- Locations of default chrom length files for pycrac -->
19b20927172d Uploaded
swebb
parents:
diff changeset
19 <table name="pycrac_chr">
19b20927172d Uploaded
swebb
parents:
diff changeset
20 <columns>name, value</columns>
19b20927172d Uploaded
swebb
parents:
diff changeset
21 <file path="tool-data/pyCRAC/pycrac.chr.loc" />
19b20927172d Uploaded
swebb
parents:
diff changeset
22 </table>
19b20927172d Uploaded
swebb
parents:
diff changeset
23 </tables>