view bumbershoot_types.py @ 21:e67c49262374 draft default tip

Uploaded
author galaxyp
date Tue, 25 Jun 2013 17:07:34 -0400
parents 26ad516cebca
children
line wrap: on
line source

from galaxy.datatypes.binary import Binary

class IdpDB(Binary):
    file_ext = "idpDB"

Binary.register_unsniffable_binary_ext('idpDB')