Mercurial > repos > iracooke > proteomics_datatypes
changeset 10:ef74edade8be draft
Uploaded
author | iracooke |
---|---|
date | Sat, 07 Jun 2014 21:34:56 -0400 |
parents | 6ca516faacfc |
children | c45ceba9cc58 |
files | proteomics.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/proteomics.py Thu Jun 05 18:08:35 2014 -0400 +++ b/proteomics.py Sat Jun 07 21:34:56 2014 -0400 @@ -172,6 +172,10 @@ blurb = "OpenMS identification file" root = "IdXML" +class TandemXML(ProteomicsXml): + file_ext = "tandem" + blurb = "X!Tandem search results file" + root = "TandemXML" class Mgf( Text ): """Mascot Generic Format data"""