Mercurial > repos > bcrain-completegenomics > testing2
changeset 4:fff61b39df77 draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Thu, 07 Jun 2012 15:35:41 -0400 |
parents | fd02bb5c4191 |
children | 1161a363af41 |
files | cgatools/._tool_data_table_conf.xml cgatools/._tool_data_table_conf.xml.sample.xml cgatools/tool_data_table_conf.xml cgatools/tool_data_table_conf.xml.sample.xml |
diffstat | 4 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools/tool_data_table_conf.xml Thu Jun 07 15:35:41 2012 -0400 @@ -0,0 +1,12 @@ +<tables> + <!-- + Add the following section to tool_data_table_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance + --> + <!-- Start Location of cgatools crr files --> + <table name="cg_crr_files" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/cg_crr_files.loc" /> + </table> + <!-- End Location of cgatools crr files --> +</tables> +
--- a/cgatools/tool_data_table_conf.xml.sample.xml Thu Jun 07 14:55:36 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<tables> - <!-- - Add the following section to tool_data_table_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance - --> - <!-- Start Location of cgatools crr files --> - <table name="cg_crr_files" comment_char="#"> - <columns>value, dbkey, name, path</columns> - <file path="tool-data/cg_crr_files.loc" /> - </table> - <!-- End Location of cgatools crr files --> -</tables> -