annotate tool_data_table_conf.xml.sample @ 0:ce8e6a5b8830 draft default tip

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