diff datatypes_conf.xml @ 5:9d25b0fd882b

Add cuffdatadb datatype (cummeRbund SQLite DB) to cuffdata.py
author Jim Johnson <jj@umn.edu>
date Tue, 09 Oct 2012 07:43:58 -0500
parents 6a9bc26ab8d9
children c2b922c9d545
line wrap: on
line diff
--- a/datatypes_conf.xml	Mon Oct 08 16:20:35 2012 -0500
+++ b/datatypes_conf.xml	Tue Oct 09 07:43:58 2012 -0500
@@ -7,7 +7,7 @@
       <!-- composite dataset with cuffdiff outputs in the extra files path -->
       <datatype extension="cuffdata" type="galaxy.datatypes.cuffdata:CuffDiffData"/>
       <!-- SQLite database -->
-      <datatype extension="cuffdatadb" type="galaxy.datatypes.binary.Binary" subclass="true"/>
+      <datatype extension="cuffdatadb" type="galaxy.datatypes.cuffdata.CuffDataDB"/>
     </registration>
 </datatypes>