comparison peptideshaker.py @ 2:fb591fc7241c draft

Improved some datatype handling
author galaxyp
date Thu, 20 Jun 2013 11:02:36 -0400
parents
children
comparison
equal deleted inserted replaced
1:7a74818e0eeb 2:fb591fc7241c
1 from galaxy.datatypes.binary import Binary
2
3
4 class Cps(Binary):
5 """Class describing a PeptideShaker CPS files"""
6 file_ext = "cps"
7
8 Binary.register_unsniffable_binary_ext('cps')