view datatypes_smagexp.py @ 2:ab9730c06075 draft

planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
author sblanck
date Wed, 10 May 2017 08:01:25 -0400
parents 02aad6d7283b
children
line wrap: on
line source

from galaxy.datatypes import data
from galaxy.datatypes.binary import Binary

class Cel( Binary ):
    """Class for generic CEL binary format"""
    file_ext = "cel"
Binary.register_unsniffable_binary_ext("cel")