view peptideshaker.py @ 11:3e9201fe6785 draft

Uploaded
author galaxyp
date Fri, 19 Jul 2013 11:06:52 -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')