Skip to content

Commit 3dd2d20

Browse files
authored
Merge branch 'smith-chem-wisc:master' into ptm_stoich
2 parents b7b4c50 + 9766001 commit 3dd2d20

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

MetaMorpheus/GUI/TaskWindows/SearchTaskWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,8 @@ private void ProteaseSpecificUpdate(object sender, SelectionChangedEventArgs e)
902902
CheckBoxNoQuant.IsChecked = true;
903903
MassDiffAccept3mm.IsChecked = true;
904904
maxModificationIsoformsTextBox.Text = "4096";
905+
InternalIonsCheckBox.IsChecked = true;
906+
MinInternalFragmentLengthTextBox.Text = "10";
905907
//uncheck all variable mods
906908
foreach (var mod in VariableModTypeForTreeViewObservableCollection)
907909
{

MetaMorpheus/GUI/Util/UpdateGUISettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ public static bool UseTopDownRecommendedSettings()
8383
"\t-Use '60' for 'Deconvolution Max Assumed Charge State'\n" +
8484
"\t-Uncheck 'Trim MS2 Peaks'\n" +
8585
"\t-Uncheck all variable mods (Please use a GPTMD database instead)\n" +
86+
"\t-GPTMD TASK ONLY: Search for only acetylation, phosphorylation, and oxidation of M\n" +
8687
"\t-SEARCH TASK ONLY: Check 'No Quantification'\n" +
8788
"\t-SEARCH TASK ONLY: Check '1, 2, or 3 Missed Monoisotopic Peaks'\n" +
88-
"\t-GPTMD TASK ONLY: Search for only acetylation, phosphorylation, and oxidation of M\n\n" +
89+
"\t-SEARCH TASK ONLY: Check 'Internal Ions - Min Internal Length 10'\n" +
8990
"Would you like to use these recommended settings?");
9091

9192
if (results.UseSettings)

MetaMorpheus/GUI/Views/ProteaseSpecificParamsMsgBox.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:MetaMorpheusGUI"
77
mc:Ignorable="d"
8-
Height="253.921" Width="545.393"
8+
Height="275" Width="545.393"
99
WindowStartupLocation="CenterScreen"
1010
ResizeMode="NoResize">
1111
<Grid Margin="5,5,5,5">
1212
<StackPanel>
13-
<Label Name="Label" Margin="5" Height="150" Width="500"/>
13+
<Label Name="Label" Margin="5" Width="600"/>
1414
<CheckBox Name="DoNotAskAgainCheckBox" Content="Remember my decision and don't ask me again." HorizontalAlignment="Center">
1515
<ToolTipService.ToolTip>
1616
<ToolTip Content="This decision can be changed by editing the file MetaMorpheus/GUIsettings.toml" ToolTipService.ShowDuration="999999" ToolTipService.InitialShowDelay="500" />

0 commit comments

Comments
 (0)