annotate bumbershoot_types.py @ 19:933a77287b5f draft

Uploaded
author galaxyp
date Tue, 25 Jun 2013 16:52:45 -0400
parents 26ad516cebca
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
1 from galaxy.datatypes.binary import Binary
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
2
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
3 class IdpDB(Binary):
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
4 file_ext = "idpDB"
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
5
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
6 Binary.register_unsniffable_binary_ext('idpDB')
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
7