Recent Releases of mzrecal
mzrecal - v1.1.4
Highlights for this release: * Report average mass shift of MS2 precursors ("CalibShiftPPM" tag in JSON output file) * Include defaults for minimum scores reported by MS-Amanda * Extended self test * Several smaller fixes
Full Changelog: https://github.com/524D/mzrecal/compare/v1.1.3...v1.1.4
- Go
Published by 524D about 2 years ago
mzrecal - v1.1.0
Use gonum instead of GSL for finding the optimal calibration parameters. mzRecal in now 100% Go code. Previous versions used the GSL library, which made the code significantly more complex and required cgo to build. This is now solved. In general, the new version generates slightly better recalibration results compared to previous versions. Added preliminary support for recalibration of mzML files that contain profile spectra. This does not work well yet, since no proper peak picking is implemented.
- Go
Published by 524D about 5 years ago