Skip to content

Commit 9c9fe5a

Browse files
authored
increase isoforms with gui update (#2466)
1 parent 1e32da2 commit 9c9fe5a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

MetaMorpheus/GUI/TaskWindows/SearchTaskWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ private void ProteaseSpecificUpdate(object sender, SelectionChangedEventArgs e)
901901
TrimMsMs.IsChecked = false;
902902
CheckBoxNoQuant.IsChecked = true;
903903
MassDiffAccept3mm.IsChecked = true;
904+
maxModificationIsoformsTextBox.Text = "4096";
904905
//uncheck all variable mods
905906
foreach (var mod in VariableModTypeForTreeViewObservableCollection)
906907
{

MetaMorpheus/GUI/Util/UpdateGUISettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ public static bool UseSpectralRecoveryMandatorySettings()
263263
"The following parameters are necessary for the Spectral Recovery algorithm:\n" +
264264
"\t-Check 'Match between runs' (Search Task Only)\n" +
265265
"\t-Check 'Write Spectral Library' (Search Task Only)\n" +
266+
"\t-SEARCH TASK ONLY: Increase the maximum allowed modified isoforms to 4096'\n" +
266267
"Would you like to use these settings?");
267268

268269
if (results.UseSettings)

0 commit comments

Comments
 (0)