Skip to content

v1.1.0

Compare
Choose a tag to compare
@524D 524D released this 08 Jun 10:12
· 48 commits to master since this release

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.