Skip to content

Commit

Permalink
ProfileChroBoundary.r error due to NA value in max function.
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqh committed Feb 14, 2017
1 parent 32636b9 commit 3bb9c6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Properties/RcpaToolsAssembly.cs
Expand Up @@ -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;
}
9 changes: 6 additions & 3 deletions RCPA.Tools.csproj
Expand Up @@ -160,10 +160,11 @@
</None>
<None Include="..\RCPA.Proteomics\template\DetectSignificantIon.r">
<Link>template\DetectSignificantIon.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\DeuteriumKinetic.r">
<Link>template\DeuteriumKinetic.r</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\MultiplePairQuantification.r">
<Link>template\MultiplePairQuantification.r</Link>
Expand All @@ -179,11 +180,11 @@
</None>
<None Include="..\RCPA.Proteomics\template\ProfileChroBoundary.r">
<Link>template\ProfileChroBoundary.r</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\ProfileChroDeuterium.r">
<Link>template\ProfileChroDeuterium.r</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\ProfileChroLabelfree.r">
<Link>template\ProfileChroLabelfree.r</Link>
Expand All @@ -195,9 +196,11 @@
</None>
<None Include="..\RCPA.Proteomics\template\QuantificationMedian.r">
<Link>template\QuantificationMedian.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\QuantificationSum.r">
<Link>template\QuantificationSum.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Test\data\itraq-4plex.csv">
<Link>itraq-4plex.csv</Link>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -67,6 +67,8 @@ The c# source code is also provided at following repositories. Visual Studio 201

<a name="Changes"/>
#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
Expand Down

0 comments on commit 3bb9c6d

Please sign in to comment.