changeset 8:3b1b365c7931

adds sqlite binary datatype
author Carlos Borroto <carlos.borroto@gmail.com>
date Wed, 15 Feb 2012 11:41:58 -0500
parents fa50a3392110
children 2c77d218c8fd
files datatypes_conf.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatypes_conf.xml	Wed Feb 15 11:41:58 2012 -0500
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<datatypes>
+  <registration>
+    <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" />
+  </registration>
+</datatypes>