Skip to content

Commit 68fc913

Browse files
committed
Bump version and update changelog
1 parent 463eb65 commit 68fc913

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/Changelog.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ <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.02.27</b>
18+
</p>
19+
<ul>
20+
<li>Fix a bug that would output a single peptide evidence twice, under certain circumstances</li>
21+
<li>Prevent inaccurate information in peptide evidences due to differences in how protein N-Term Methionine cleavage is handled and tracked</li>
22+
<ul>
23+
<li>This prevents an issue where a peptide that did have N-Term Methionine cleavage would say it started at residue 1, instead of residue 2</li>
24+
</ul>
25+
</ul>
26+
1627
<p>
1728
<b>v2019.02.20</b>
1829
</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.02.20)";
26-
public static final String RELEASE_DATE = "20 February 2019";
25+
public static final String VERSION = "Release (v2019.02.27)";
26+
public static final String RELEASE_DATE = "27 February 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)