Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New
params.msconvert.mz_shift_ppm
optionMSCONVERT
to shift all m/z values inmzML
file by byn
ppm. This is a useful option if the mass calibration of the files have to be adjusted.storeDir
was also adjusted to avoid collisions between different combinations of parameters.storeDir
path is now based off a hash combining the string of the msconvert command and the proteowizard docker container. There will be a uniquestoreDir
path for each combination of msconvert parameters and versions of the proteowizard docker container.Bug fix
SKYLINE_RUN_REPORTS
to override existing reports in the template document if they conflict with the names of new reports being added in the.skyr
file. Without the--report-conflict-resolution=overwrite
option, if someone were using a custom template document and the report names conflict they will get an error.