Mercurial > repos > blankenberg > data_manager_sam_fa_index_builder
changeset 3:25f3d405aa01
update
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Fri, 31 May 2013 15:09:01 -0400 |
parents | 4c53eb1040f5 |
children | 926e50397b83 |
files | tool-data/tool_data_table_conf.xml.sample tool_data_table_conf.xml.sample |
diffstat | 2 files changed, 5 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/tool-data/tool_data_table_conf.xml.sample Fri May 31 15:05:47 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<tables> - <!-- Locations of all fasta files under genome directory --> - <table name="all_fasta" comment_char="#"> - <columns>value, dbkey, name, path</columns> - <file path="tool-data/all_fasta.loc" /> - </table> - <!-- Location of SAMTools indexes and other files --> - <table name="sam_fa_indexes" comment_char="#"> - <columns>line_type, value, path</columns> - <file path="tool-data/sam_fa_indices.loc" /> - </table> -</tables>
--- a/tool_data_table_conf.xml.sample Fri May 31 15:05:47 2013 -0400 +++ b/tool_data_table_conf.xml.sample Fri May 31 15:09:01 2013 -0400 @@ -1,4 +1,9 @@ <tables> + <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/all_fasta.loc" /> + </table> <!-- Location of SAMTools indexes and other files --> <table name="sam_fa_indexes" comment_char="#"> <columns>line_type, value, path</columns>