Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Bug/mrmpeakpicking none smoother #111

Closed singjc closed 5 months ago

singjc commented 5 months ago

Description

When MRMPeakPicking is selected in the GUI and the default smoothing parameters is set to 'none', peak picking fails because it has to be one of 'original', 'sgolay', or 'gauss'.

Added case if 'none' set the MRMPeakPicking smoothing to 'original'

I also added smoothing dict constant to use full smoothing names in UI.

Fixes #110

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Tested via GUI and ran unittests

Checklist:

Other