Mercurial > repos > galaxyp > peptideshaker
diff peptideshaker.py @ 2:fb591fc7241c draft
Improved some datatype handling
author | galaxyp |
---|---|
date | Thu, 20 Jun 2013 11:02:36 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/peptideshaker.py Thu Jun 20 11:02:36 2013 -0400 @@ -0,0 +1,8 @@ +from galaxy.datatypes.binary import Binary + + +class Cps(Binary): + """Class describing a PeptideShaker CPS files""" + file_ext = "cps" + +Binary.register_unsniffable_binary_ext('cps')