view proteinpilot.py @ 8:0aa9d080713e

Update for ProteinPilot version 5.0
author Jim Johnson <jj@umn.edu>
date Thu, 05 Nov 2015 13:15:48 -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"