Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqh committed Dec 29, 2014
1 parent b974a92 commit 266348d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MiscOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<formatName>AB_SCIEX_MS­_Converter</formatName>
<formatID>33200</formatID>
<GUInameIndex>200</GUInameIndex>
<formatSample>Locus:1.1.1.584.2</formatSample>
<formatSample>Locus:1.1.1.584.2 File:"MyRawFile.mgf"</formatSample>
<regex>Locus:</regex>
<!-- -->
<parseItem>
Expand All @@ -351,7 +351,7 @@
<!-- -->
<parseItem>
<itemName>rawFile</itemName>
<regularExpression>File:\"(.+).wiff\"</regularExpression>
<regularExpression>File:[\\]{0,1}\"(.+).wiff[\\]{0,1}\"</regularExpression>
<slope>1.0</slope>
<offset>0.0</offset>
</parseItem>
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-2014 " + Company;
internal const string Version = "3.8.0";
internal const string Version = "3.8.1";
internal const string InformationalVersion = Version;
}
8 changes: 8 additions & 0 deletions RCPA.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@
<Link>template\DetectSignificantIon.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\MultiplePairQuantification.r">
<Link>template\MultiplePairQuantification.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\PairQuantification.r">
<Link>template\PairQuantification.r</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\RCPA.Proteomics\template\QuantificationMedian.r">
<Link>template\QuantificationMedian.r</Link>
</None>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ The c# source code is also provided at following repositories. Visual Studio 201
<a name="Changes"/>
#Changes

2014/12/29 Version 3.8.1
Enhanced: O18 Quantification Suite: filter outliers before linear regression.
Enhanced: SILAC Quantification Viewer: filter protein/peptide quantification result using R square. Only protein/peptide passed R square filter will be exported.

2014/12/23 Version 3.8.0 (IMPORTANT)
Bugfix: Isobaric Labelling Protein Statistic Builder 1.2.2 : R code error for quantify protein using Sum method. If you used 1.2.0, you need to rerun the analysis.

Expand Down

0 comments on commit 266348d

Please sign in to comment.