view 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 source

from galaxy.datatypes.binary import Binary


class Cps(Binary):
    """Class describing a PeptideShaker CPS files"""
    file_ext = "cps"

Binary.register_unsniffable_binary_ext('cps')