annotate tool_data_table_conf.xml.sample @ 0:5515ee3559f0 draft default tip

Uploaded
author jjohnson
date Tue, 20 Aug 2013 11:58:27 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
1 <tables>
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
3 <table name="all_fasta" comment_char="#">
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
5 <file path="tool-data/all_fasta.loc" />
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
6 </table>
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
7 <!-- Locations of indexes in the Bowtie mapper format -->
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
8 <table name="bowtie2_indexes" comment_char="#">
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
9 <columns>value, dbkey, name, path</columns>
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
10 <file path="tool-data/bowtie2_indices.loc" />
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
11 </table>
5515ee3559f0 Uploaded
jjohnson
parents:
diff changeset
12 </tables>