changeset 9:2c77d218c8fd

adds display_in_upload=true for sqlite datatype
author Carlos Borroto <carlos.borroto@gmail.com>
date Wed, 15 Feb 2012 13:37:44 -0500
parents 3b1b365c7931
children a919368ed298
files datatypes_conf.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/datatypes_conf.xml	Wed Feb 15 11:41:58 2012 -0500
+++ b/datatypes_conf.xml	Wed Feb 15 13:37:44 2012 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <datatypes>
   <registration>
-    <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" />
+    <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true"/>
   </registration>
 </datatypes>