changeset 6:6eefa441d9c7 draft

reduced definition to most simple format
author geert-vandeweyer
date Mon, 04 Aug 2014 09:50:30 -0400
parents 83cc4c0ef8d9
children 27ec5b7e46aa
files datatypes_conf.xml
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/datatypes_conf.xml	Mon Aug 04 09:33:12 2014 -0400
+++ b/datatypes_conf.xml	Mon Aug 04 09:50:30 2014 -0400
@@ -1,12 +1,6 @@
 <?xml version="1.0"?>
 <datatypes>
-  <datatype_files>
-    <datatype_file name="cuffquant.py"/>
-  </datatype_files>
   <registration>
-	<datatype extension="cxb" type="galaxy.datatypes.binary:Cuffquant" mimetype="application/octet-stream" subclass="True" display_in_upload="True" />
+	<datatype extension="cxb" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="true" display_in_upload="true" description="cuffquant output format" />
   </registration>
-  <sniffers >
-	<sniffer type="galaxy.datatypes.binary:Cuffquant"/>
-  </sniffers>
 </datatypes>