Mercurial > repos > bcrain-completegenomics > testing_cgatools
diff cgatools/tool_data_table_conf.xml.sample @ 0:76bd94c165f1 draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Wed, 13 Jun 2012 16:57:15 -0400 |
parents | |
children | 6a5889dac45b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools/tool_data_table_conf.xml.sample Wed Jun 13 16:57:15 2012 -0400 @@ -0,0 +1,12 @@ +<?xml version="1.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>