annotate tool_data_table_conf.xml.sample @ 7:079f737d675f default tip

Allow sorting FASTA by sequence identifier (chromosome).
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 07 Jan 2014 14:49:01 -0500
parents 791096e8d45a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
1 <tables>
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
3 <table name="all_fasta" comment_char="#">
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
5 <file path="tool-data/all_fasta.loc" />
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
6 </table>
357b7bea23ae Add missing tool_data_table_conf.xml.sample
Daniel Blankenberg <dan@bx.psu.edu>
parents:
diff changeset
7 </tables>