Mercurial > repos > bgruening > upload_testing
changeset 48:1463dc12d1a3
Uploaded
author | bgruening |
---|---|
date | Fri, 02 Aug 2013 12:53:58 -0400 |
parents | 56b3f9d4fafe |
children | e343dca92ee7 |
files | tool_data_table_conf.xml.sample tool_data_table_conf.xml.sample |
diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/ tool_data_table_conf.xml.sample Fri Aug 02 12:51:32 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -<tables> - <!-- Locations of 2bit sequence files for use in deepTools --> - <table name="deepTools_seqs" comment_char="#"> - <columns>value, name, path</columns> - <file path="tool-data/deepTools_seqs.loc" /> - </table> -</tables>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Fri Aug 02 12:53:58 2013 -0400 @@ -0,0 +1,7 @@ +<tables> + <!-- Locations of 2bit sequence files for use in deepTools --> + <table name="deepTools_seqs" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/deepTools_seqs.loc" /> + </table> +</tables>