Mercurial > repos > galaxyp > proteinpilot
view proteinpilot.py @ 10:c0d4ae9647b5 draft default tip
planemo upload commit 37f8e06b4f435a54804b326f5f6c6b1a65983466-dirty
author | galaxyp |
---|---|
date | Fri, 23 Sep 2016 09:34:49 -0400 |
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"