Software:RAMP
From SPCTools
(Difference between revisions)
Revision as of 19:06, 31 January 2008 Jtasman (Talk | contribs) ← Previous diff |
Revision as of 19:08, 31 January 2008 Jtasman (Talk | contribs) Next diff → |
||
Line 2: | Line 2: | ||
RAMP: '''R'''andom '''A'''ccess '''M'''inimal '''P'''arser | RAMP: '''R'''andom '''A'''ccess '''M'''inimal '''P'''arser | ||
- | C/C++ parser for mzXML files. Contained in the TPP source tree. See Sashimi SVN for details. | + | C/C++ parser for [[Formats:mzXML|mzXML]] (and mzData) files. The RAMP parser code is contained in the TPP source tree. RAMP is heavily used in the TPP; this allows programs to seamlessly adapt to revisions to the [[Formats:mzXML|mzXML]] format, as well as handle other formats such as mzData. |
==Getting the software== | ==Getting the software== | ||
Line 10: | Line 10: | ||
*Latest (bleeding edge) is in the SVN trunk: [http://sashimi.svn.sourceforge.net/viewvc/sashimi/trunk/trans_proteomic_pipeline/src/Parsers/ramp/ http://sashimi.svn.sourceforge.net/viewvc/sashimi/trunk/trans_proteomic_pipeline/src/Parsers/ramp/] | *Latest (bleeding edge) is in the SVN trunk: [http://sashimi.svn.sourceforge.net/viewvc/sashimi/trunk/trans_proteomic_pipeline/src/Parsers/ramp/ http://sashimi.svn.sourceforge.net/viewvc/sashimi/trunk/trans_proteomic_pipeline/src/Parsers/ramp/] | ||
+ | |||
+ | |||
==Related projects== | ==Related projects== | ||
*[[Software:JRAP|JRAP]]-- java mzXML parser | *[[Software:JRAP|JRAP]]-- java mzXML parser | ||
*[[Software:RAP|RAP]]-- earlier xerces-based mzXML parser, retired. | *[[Software:RAP|RAP]]-- earlier xerces-based mzXML parser, retired. |
Revision as of 19:08, 31 January 2008
RAMP
RAMP: Random Access Minimal Parser
C/C++ parser for mzXML (and mzData) files. The RAMP parser code is contained in the TPP source tree. RAMP is heavily used in the TPP; this allows programs to seamlessly adapt to revisions to the mzXML format, as well as handle other formats such as mzData.
Getting the software
- stable: You can also look in the latest stable/official source release, under /trans_proteomic_pipeline/src/Parsers/ramp/
- Latest (bleeding edge) is in the SVN trunk: http://sashimi.svn.sourceforge.net/viewvc/sashimi/trunk/trans_proteomic_pipeline/src/Parsers/ramp/