From 3bb9c6d4385de018c31d9bc3b0d81ac939952322 Mon Sep 17 00:00:00 2001 From: Quanhu Sheng Date: Tue, 14 Feb 2017 12:43:47 -0600 Subject: [PATCH] ProfileChroBoundary.r error due to NA value in max function. --- Properties/RcpaToolsAssembly.cs | 2 +- RCPA.Tools.csproj | 9 ++++++--- README.md | 2 ++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Properties/RcpaToolsAssembly.cs b/Properties/RcpaToolsAssembly.cs index 2d8b1b0..254b62d 100644 --- a/Properties/RcpaToolsAssembly.cs +++ b/Properties/RcpaToolsAssembly.cs @@ -16,6 +16,6 @@ static class RcpaToolsAssembly internal const string Author = "Quanhu SHENG"; internal const string Company = "RCPA/CQS"; internal const string Copyright = "Copyright (C) 2006-2017 " + Company; - internal const string Version = "4.1.2"; + internal const string Version = "4.1.3"; internal const string InformationalVersion = Version; } \ No newline at end of file diff --git a/RCPA.Tools.csproj b/RCPA.Tools.csproj index bb58101..9341a7a 100644 --- a/RCPA.Tools.csproj +++ b/RCPA.Tools.csproj @@ -160,10 +160,11 @@ template\DetectSignificantIon.r + Always template\DeuteriumKinetic.r - PreserveNewest + Always template\MultiplePairQuantification.r @@ -179,11 +180,11 @@ template\ProfileChroBoundary.r - PreserveNewest + Always template\ProfileChroDeuterium.r - PreserveNewest + Always template\ProfileChroLabelfree.r @@ -195,9 +196,11 @@ template\QuantificationMedian.r + Always template\QuantificationSum.r + Always itraq-4plex.csv diff --git a/README.md b/README.md index 586d86f..542578e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ The c# source code is also provided at following repositories. Visual Studio 201 #Changes +- 2017/02/14 Version 4.1.3 + 1. Bugfix: ProfileChroBoundary.r error due to NA value in max function. - 2017/02/13 Version 4.1.2 1. Enhanced: Shorten the folder and file name generated by chromotograh buider to avoid the very long path name which may cause problem in window system. - 2017/02/07 Version 4.1.1