Skip to content

Commit

Permalink
topdown update max modified isoforms to 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
trishorts committed Jan 31, 2025
1 parent 200ed52 commit d705ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MetaMorpheus/GUI/TaskWindows/SearchTaskWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ private void ProteaseSpecificUpdate(object sender, SelectionChangedEventArgs e)
TrimMsMs.IsChecked = false;
CheckBoxNoQuant.IsChecked = true;
MassDiffAccept3mm.IsChecked = true;
maxModificationIsoformsTextBox.Text = "4096";
//uncheck all variable mods
foreach (var mod in VariableModTypeForTreeViewObservableCollection)
{
Expand Down

0 comments on commit d705ae9

Please sign in to comment.