Mercurial > repos > sblanck > smat_datatypes
diff datatypes_smat.py @ 0:f19736be666b draft default tip
Imported from capsule None
author | sblanck |
---|---|
date | Fri, 09 Sep 2016 04:23:02 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_smat.py Fri Sep 09 04:23:02 2016 -0400 @@ -0,0 +1,7 @@ +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") \ No newline at end of file