annotate cgatools/tool_data_table_conf.xml.sample @ 0:3b8b80827fbe draft default tip

Uploaded
author greg
date Fri, 22 Jun 2012 14:25:22 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3b8b80827fbe Uploaded
greg
parents:
diff changeset
1 <?xml version="1.0"?>
3b8b80827fbe Uploaded
greg
parents:
diff changeset
2 <tables>
3b8b80827fbe Uploaded
greg
parents:
diff changeset
3 <!--
3b8b80827fbe Uploaded
greg
parents:
diff changeset
4 Copy 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
3b8b80827fbe Uploaded
greg
parents:
diff changeset
5 -->
3b8b80827fbe Uploaded
greg
parents:
diff changeset
6 <!-- Start location of cgatools crr files -->
3b8b80827fbe Uploaded
greg
parents:
diff changeset
7 <table name="cg_crr_files" comment_char="#">
3b8b80827fbe Uploaded
greg
parents:
diff changeset
8 <columns>value, dbkey, name, path</columns>
3b8b80827fbe Uploaded
greg
parents:
diff changeset
9 <file path="tool-data/cg_crr_files.loc" />
3b8b80827fbe Uploaded
greg
parents:
diff changeset
10 </table>
3b8b80827fbe Uploaded
greg
parents:
diff changeset
11 <!-- End Location of cgatools crr files -->
3b8b80827fbe Uploaded
greg
parents:
diff changeset
12 </tables>