Skip to content

Commit a44e6c9

Browse files
committed
Update the date and change log
1 parent 2b4e7e6 commit a44e6c9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/Changelog.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
1313
<a href="index.html">MS-GF+ Documentation home</a>
1414
</p>
1515

16+
<p>
17+
<b>v2019.06.20</b>
18+
</p>
19+
<ul>
20+
<li>Allow the title line of a spectra in a .mgf file to have DatasetName.ScanStart.ScanEnd.Charge followed by a space and extra info</li>
21+
<li>Output the Java version and OS information to the console</li>
22+
<li>Update jmzReader and jmzidentml dependencies</li>
23+
</ul>
24+
25+
<p>
26+
<b>v2019.04.18</b>
27+
</p>
28+
<ul>
29+
<li>Fix to issue #62, which prevents dropping of the highest m/z data point from most MS/MS spectra</li>
30+
</ul>
31+
1632
<p>
1733
<b>v2019.02.28</b>
1834
</p>

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 (v2019.04.18)";
26-
public static final String RELEASE_DATE = "18 April 2019";
25+
public static final String VERSION = "Release (v2019.06.20)";
26+
public static final String RELEASE_DATE = "20 June 2019";
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)