# HG changeset patch # User sblanck # Date 1473409382 14400 # Node ID f19736be666bb7dcfc0c1b51d21a7ddd49ca7f65 Imported from capsule None diff -r 000000000000 -r f19736be666b datatypes_conf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Fri Sep 09 04:23:02 2016 -0400 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff -r 000000000000 -r f19736be666b datatypes_smat.py --- /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