view peptideshaker.py @ 4:733c4ee877a4 draft

Uploaded
author galaxyp
date Mon, 24 Jun 2013 12:39:12 -0400
parents fb591fc7241c
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')