Open nbollis opened 1 month ago
Attention: Patch coverage is 97.82609%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 93.73%. Comparing base (
97d1761
) to head (9a3b9db
).
"Minimum intensity ratio" and "Nominal window width" won't accept non-integer inputs.
Also, can't set assumed charge states to negative when no data is loaded in.
Also, can't set assumed charge states to negative when no data is loaded in.
It is set to positive mode. No negatives can be input. Once RNA is added, then the toggle between positive and negative will be exposed.
Refactored the deconvolution parameters handling in the MetaMorpheus GUI to use custom controls and view models for better modularity and extensibility.
SearchTaskWindow.xaml
and.xaml.cs
: Replaced stack panels and checkboxes withHostDeconParamControl
and bound toDeconHostViewModel
.GPTMDTaskWindow.xaml
andSearchTaskWindow.xaml
: ReplacedGroupBox
for "Deisotoping" withHostDeconParamControl
bound toDeconHostViewModel
.DeconvolutionTypeToControlConverter
for convertingDeconParamsViewModel
to appropriate controls.ClassicDeconParamsControl
andHostDeconParamControl
.ClassicDeconParamsViewModel
,DeconHostViewModel
, andIsoDecDeconParamsViewModel
.MetaMorpheus.sln.DotSettings
to include "Decon" and "Deconvolute" in the user dictionary.To Consider: Do we want to expose the product deconvolution parameters? Do we want to add decon parameter setting to calibration?