Mercurial > repos > galaxyp > proteinpilot
view proteinpilot.py @ 9:8935cf27e8fd
Fix quantitation Denominator settings.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 23 Nov 2015 15:34:11 -0600 |
parents | b3cf7d7dadc1 |
children |
line wrap: on
line source
from galaxy.datatypes.binary import Binary from galaxy.datatypes.xml import GenericXml class Group( Binary ): """Class describing a ProteinPilot group files""" file_ext = "group" Binary.register_unsniffable_binary_ext('group') class ProteinPilotXml( GenericXml ): file_ext = "proteinpilot.xml"