comparison proteomics.py @ 10:ef74edade8be draft

Uploaded
author iracooke
date Sat, 07 Jun 2014 21:34:56 -0400
parents 6ca516faacfc
children 74dae57933ae
comparison
equal deleted inserted replaced
9:6ca516faacfc 10:ef74edade8be
170 class IdXML(ProteomicsXml): 170 class IdXML(ProteomicsXml):
171 file_ext = "idxml" 171 file_ext = "idxml"
172 blurb = "OpenMS identification file" 172 blurb = "OpenMS identification file"
173 root = "IdXML" 173 root = "IdXML"
174 174
175 class TandemXML(ProteomicsXml):
176 file_ext = "tandem"
177 blurb = "X!Tandem search results file"
178 root = "TandemXML"
175 179
176 class Mgf( Text ): 180 class Mgf( Text ):
177 """Mascot Generic Format data""" 181 """Mascot Generic Format data"""
178 file_ext = "mgf" 182 file_ext = "mgf"
179 183