Mercurial > repos > galaxyp > bumbershoot
view bumbershoot_types.py @ 5:f14191e2906b draft
Uploaded
author | galaxyp |
---|---|
date | Fri, 21 Jun 2013 16:51:49 -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')