Skip to content

Commit

Permalink
v3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanhu Sheng committed Aug 25, 2015
1 parent 3aa573b commit 8a87a1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,12 @@ public MainForm()
AddCommand(new DatabaseSAPValidatorUI.Command());

//20150512
AddCommand(new SpectrumScanValidatorUI.Command());
AddCommand(new SpectrumXcorrValidatorUI.Command());
AddCommand(new ToolCommandSeparator(MenuCommandType.Misc));

AddCommand(new MS3LibraryBuilderUI.Command());
AddCommand(new MS3LibraryPredictorUI.Command());
//AddCommand(new SpectrumScanValidatorUI.Command());
//AddCommand(new SpectrumXcorrValidatorUI.Command());
//AddCommand(new RcpaGrouperUI.Command());

AddCommand(new SrmTransitionDefinitionForm.Command());
Expand Down
2 changes: 1 addition & 1 deletion Properties/RcpaToolsAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ static class RcpaToolsAssembly
internal const string Author = "Quanhu SHENG";
internal const string Company = "RCPA/CQS";
internal const string Copyright = "Copyright (C) 2006-2015 " + Company;
internal const string Version = "3.9.7";
internal const string Version = "3.9.8";
internal const string InformationalVersion = Version;
}
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/08/24 Version 3.9.8
1. New feature: MS3 Library Builder / MS3 SAP Predictor : predict single aminoacid polymorphism using MS2/MS3 data.
- 2015/08/06 Version 3.9.7
1. Enhanced: mzXML format file generated by TurboRaw2MGF now is compatible with TPP (without nested scans).
- 2015/08/03 Version 3.9.6
Expand Down

0 comments on commit 8a87a1f

Please sign in to comment.