Closed jorainer closed 2 years ago
This avoids the segfaults on macOS (although pwiz is then stuck at random for a period of time before proceeding - but at least it does no longer break). I haven't tried, but the changes in RcppPwiz
should also work on older proteowizard versions.
Hi, how much of this PR is still relevant ? Yours, Steffen
I think we can close that. Maybe I'll have another look if we encounter some errors in future.
size_t
instead ofint
where suitable.id::translateNativeIDToScanNumber
from proteowizard to avoid segfaults on macOS (https://github.com/sneumann/xcms/issues/422).