Mercurial > repos > galaxyp > peptideshaker
view peptideshaker.py @ 15:d90e25c7b492 draft
Uploaded
author | galaxyp |
---|---|
date | Mon, 16 Sep 2013 17:29:25 -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')