Mercurial > repos > blankenberg > data_manager_sam_fa_index_builder
annotate tool_data_table_conf.xml.sample @ 3:25f3d405aa01
update
| author | Daniel Blankenberg <dan@bx.psu.edu> |
|---|---|
| date | Fri, 31 May 2013 15:09:01 -0400 |
| parents | tool-data/tool_data_table_conf.xml.sample@2c5dc42b31b6 |
| children |
| rev | line source |
|---|---|
| 1 | 1 <tables> |
| 2 <!-- Locations of all fasta files under genome directory --> | |
| 3 <table name="all_fasta" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="tool-data/all_fasta.loc" /> | |
| 6 </table> | |
| 7 <!-- Location of SAMTools indexes and other files --> | |
| 8 <table name="sam_fa_indexes" comment_char="#"> | |
| 9 <columns>line_type, value, path</columns> | |
| 10 <file path="tool-data/sam_fa_indices.loc" /> | |
| 11 </table> | |
| 12 </tables> |
