comparison proteinpilot.py @ 6:b3cf7d7dadc1

Uploaded
author galaxyp
date Tue, 30 Sep 2014 10:45:56 -0400
parents
children
comparison
equal deleted inserted replaced
5:4c820e82d22c 6:b3cf7d7dadc1
1 from galaxy.datatypes.binary import Binary
2 from galaxy.datatypes.xml import GenericXml
3
4
5 class Group( Binary ):
6 """Class describing a ProteinPilot group files"""
7 file_ext = "group"
8
9 Binary.register_unsniffable_binary_ext('group')
10
11
12 class ProteinPilotXml( GenericXml ):
13 file_ext = "proteinpilot.xml"