Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqh committed Dec 2, 2014
1 parent a95d429 commit ce6b9c4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 4 deletions.
49 changes: 47 additions & 2 deletions MiscOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
<!--Dta format-->
<parseFormat>
<formatName>DTA format</formatName>
<formatID>33003</formatID>
<GUInameIndex>3</GUInameIndex>
<formatID>33002</formatID>
<GUInameIndex>2</GUInameIndex>
<formatSample>sample.5.5.1 / sample.5.5.1.dta / sample.5.5.1 File:"sample.raw", NativeID:"controllerType=0 controllerNumber=1 scan=5"</formatSample>
<regex>.+\.\d+\.\d+\.\d{1,2}(?:(?:.dta|.DTA)|(?:\s|$))</regex>
<!-- -->
Expand Down Expand Up @@ -207,6 +207,51 @@
<!-- -->
</parseFormat>

<!--ProteoWizard format-->
<parseFormat>
<formatName>ProteoWizard/msconvert</formatName>
<formatID>33003</formatID>
<GUInameIndex>3</GUInameIndex>
<formatSample>sample.5.5 / sample.5.5 File:"sample.raw", NativeID:"controllerType=0 controllerNumber=1 scan=5"</formatSample>
<regex>.+\.\d+\.\d+\.\d*(?:\s|$)</regex>
<!-- -->
<parseItem>
<itemName>retentionTime</itemName>
<regularExpression></regularExpression>
<slope>1</slope>
<offset>0</offset>
</parseItem>
<!-- -->
<parseItem>
<itemName>experiment</itemName>
<regularExpression></regularExpression>
<slope>1</slope>
<offset>0</offset>
</parseItem>
<!-- -->
<parseItem>
<itemName>cycles</itemName>
<regularExpression></regularExpression>
<slope>1</slope>
<offset>0</offset>
</parseItem>
<!-- -->
<parseItem>
<itemName>rawFile</itemName>
<regularExpression>(.+)\.\d+\.\d+\.\d*(?:\s|$)</regularExpression>
<slope>1</slope>
<offset>0</offset>
</parseItem>
<!-- -->
<parseItem>
<itemName>scanNumber</itemName>
<regularExpression>.+\.(\d+)\.(\d+)\.\d*(?:\s|$)</regularExpression>
<slope>1</slope>
<offset>0</offset>
</parseItem>
<!-- -->
</parseFormat>

<!--MaxQuant-->
<parseFormat>
<formatName>MaxQuant</formatName>
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.7.2";
internal const string Version = "3.7.3";
internal const string InformationalVersion = Version;
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ The c# source code is also provided at following repositories. Visual Studio 201
<a name="Changes"/>
#Changes

2014/12/02 Version 3.7.3
Bugfix: BuildSummary : compatible with title format generated by proteomwizard/msconvert

2014/12/02 Version 3.7.2
Enhanced: TurboRaw2MGF: Remove charge information of ion from MGF file; BuildSummary : compatible with title format generated by proteomwizard/msconvert


2014/12/02 Version 3.7.1
Enhanced: TurboRaw2MGF: Export ProteomeDiscoverer1.4 compatible MGF.

Expand Down

0 comments on commit ce6b9c4

Please sign in to comment.