Skip to content

Commit 8d23058

Browse files
committed
Update the program date and change log
1 parent 4fb7a1d commit 8d23058

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/Changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
1212
<p>
1313
<a href="index.html">MS-GF+ Documentation home</a>
1414
</p>
15+
16+
<p>
17+
<b>v2022.04.18</b>
18+
</p>
19+
<ul>
20+
<li>Check for negative masses when generating the list of candidate peptides</li>
21+
</ul>
22+
23+
<p>
24+
<b>v2022.01.07</b>
25+
</p>
26+
<ul>
27+
<li>Add support for a time range for RTINSECONDS in .mgf files</li>
28+
</ul>
1529

1630
<p>
1731
<b>v2021.09.06</b>

src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
public class MSGFPlus {
25-
public static final String VERSION = "Release (v2022.01.07)";
26-
public static final String RELEASE_DATE = "07 January 2022";
25+
public static final String VERSION = "Release (v2022.04.18)";
26+
public static final String RELEASE_DATE = "18 April 2022";
2727

2828
public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
2929
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX";

0 commit comments

Comments
 (0)