diff bumbershoot_types.py @ 2:26ad516cebca draft

Uploaded
author galaxyp
date Wed, 19 Jun 2013 13:29:12 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bumbershoot_types.py	Wed Jun 19 13:29:12 2013 -0400
@@ -0,0 +1,7 @@
+from galaxy.datatypes.binary import Binary
+
+class IdpDB(Binary):
+    file_ext = "idpDB"
+
+Binary.register_unsniffable_binary_ext('idpDB')
+