changeset 4:d0d80cab6c38 draft

Deleted selected files
author bcrain-completegenomics
date Tue, 12 Jun 2012 14:47:56 -0400
parents b9266dc7d529
children e1f7989cc382
files datatypes_conf.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 0 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/datatypes_conf.xml	Tue Jun 12 14:46:27 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<datatypes>
-  <datatype_files>
-    <datatype_file name="completegenomics.py"/>
-  </datatype_files>
-
-  <registration>
-    <!-- 
-      Add the following section to datatypes_conf.xml file in your Galaxy distribution if you are adding Complete Genomics tools manually to your Galaxy instance
-    -->
-    <!-- Start Complete Genomics Datatypes -->
-    <datatype extension="cg_var" type="galaxy.datatypes.tabular:CG_Var" display_in_upload="true" />
-    <datatype extension="cg_mastervar" type="galaxy.datatypes.tabular:CG_MasterVar" display_in_upload="true" />
-    <datatype extension="cg_gene" type="galaxy.datatypes.tabular:CG_Gene" display_in_upload="true" />
-    <!-- End Complete Genomics Datatypes -->
-  </registration>
-  <sniffers>
-  </sniffers>
-</datatypes>
--- a/tool_data_table_conf.xml.sample	Tue Jun 12 14:46:27 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<?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>