Skip to content

mhoopmann/NeoPepXMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoPepXMLParser

Library for reading, editing, and writing pepXML files.

Requires expat: https://libexpat.github.io/

Until I put together a Makefile, you're on your own for compiling.

The pepXML format is defined here: http://tools.proteomecenter.org/wiki/index.php?title=Formats:pepXML

No documentation yet, so here's the quick and dirty:

#include "NeoPepXMLParser.h"
int main(){
 NeoPepXMLParser xml;
 xml.read("some.pep.xml");
 //change whatever you want by navigating xml.class.nextClass.etc...
 xml.write("new.pep.xml");
 return 0;
}

About

Library for reading, editing, and writing pepXML files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published