Releases: chhh/MSFTBX
Releases · chhh/MSFTBX
v1.8.0
v1.6.0-RC2
- Added @XmlRootElement annotation to MzIdentMlType JAXB class to enable proper marshalling.
- Changed how precursor ions are reported. PrecursorInfo now provides
mzTarget
as the actual targeted m/z, and alsomzTargetMono
, which is the assumed monoisotopic m/z of that ion. - Fixed regression bug in mzXML header parsing. Original files without parent location were causing NPEs.
- PepXML parser updated to pepxml schema v120. Includes PTM Prophet and related changes.
- Multiple improvements to mzML parsing.
- Support for ReferenceableParamGroups in mzML.
- Significant non-indexed files parsing speed up.
Now built with maven and published to Central repository
v1.2.0
Java parsers for common mass-spectrometry and proteomics data formats
- mzML/mzXML
- pepXML
- protXML
- mzIdentML
- GPdb XML
- Agilent CEF
Thermo RAW on Windows in the next release.
Check out a small tutorial on how to use the library: http://www.batmass.org/tutorial/data-access-layer/
msftbx-with-deps.jar
- includes ass the dependencies in the jar file, can be used as ismsftbx-bin.jar
- this is the compiled library without the dependenciesmsftbx-deps.jar
- these are only the dependencies, to be used with msftbx-bin.jarmsftbx-src.jar
- sources for easy integration with IDE's code-completion