Skip to content

Commit

Permalink
v3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanhu Sheng committed Jun 12, 2015
1 parent 8df6b72 commit 045e7f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public MainForm()
AddCommand(new ToolCommandSeparator(MenuCommandType.Format));

AddCommand(new TurboRaw2MzXmlProcessorUI.Command());
AddCommand(new MultipleRaw2DtaProcessorUI.Command());
//AddCommand(new MultipleRaw2DtaProcessorUI.Command());

//20120213, 1.0.0
AddCommand(new MultipleMgfPrecursorCorrectionProcessorUI.Command());
Expand Down Expand Up @@ -268,6 +268,9 @@ public MainForm()

//20111017
AddCommand(new DatabaseSAPValidatorUI.Command());

//20150512
AddCommand(new SpectrumScanValidatorUI.Command());
//AddCommand(new RcpaGrouperUI.Command());

AddCommand(new SrmTransitionDefinitionForm.Command());
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ The c# source code is also provided at following repositories. Visual Studio 201

<a name="Changes"/>
#Changes
- 2015/06/12 Version 3.9.4
1. Enhanced: Turbo Mascot MGF Precursor Shift Processor: allow to input the shift mass.
- 2015/03/30 Version 3.9.3
1. Enhanced: TurboRaw2MGF: allow to extract MS3 without any filtering while extract MS2 with filtering.
2. Enhanced: BuildSummary: export retention time for each peptide-spectrum-match
Expand Down

0 comments on commit 045e7f6

Please sign in to comment.