Mercurial > repos > galaxyp > bumbershoot
view bumbershoot_types.py @ 2:26ad516cebca draft
Uploaded
author | galaxyp |
---|---|
date | Wed, 19 Jun 2013 13:29:12 -0400 |
parents | |
children |
line wrap: on
line source
from galaxy.datatypes.binary import Binary class IdpDB(Binary): file_ext = "idpDB" Binary.register_unsniffable_binary_ext('idpDB')