diff bumbershoot_types.py @ 19:933a77287b5f draft

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