view proteinpilot.py @ 6:b3cf7d7dadc1

Uploaded
author galaxyp
date Tue, 30 Sep 2014 10:45:56 -0400
parents
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"