annotate tool_data_table_conf.xml.sample @ 9:532a336a14c1 default tip

Need all_fasta.loc for cummerbund
author Jim Johnson <jj@umn.edu>
date Mon, 13 Oct 2014 09:39:39 -0500
parents fbbbc9fd8fb9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <tables>
9
532a336a14c1 Need all_fasta.loc for cummerbund
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
532a336a14c1 Need all_fasta.loc for cummerbund
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
3 <table name="all_fasta" comment_char="#">
532a336a14c1 Need all_fasta.loc for cummerbund
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
4 <columns>value, dbkey, name, path</columns>
532a336a14c1 Need all_fasta.loc for cummerbund
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
5 <file path="tool-data/all_fasta.loc" />
532a336a14c1 Need all_fasta.loc for cummerbund
Jim Johnson <jj@umn.edu>
parents: 8
diff changeset
6 </table>
8
fbbbc9fd8fb9 Use fasta_indexes tool_data_table
Jim Johnson <jj@umn.edu>
parents: 5
diff changeset
7 <table name="fasta_indexes" comment_char="#">
5
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
8 <columns>value, dbkey, name, path</columns>
8
fbbbc9fd8fb9 Use fasta_indexes tool_data_table
Jim Johnson <jj@umn.edu>
parents: 5
diff changeset
9 <file path="tool-data/fasta_indexes.loc" />
5
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
10 </table>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
11 </tables>