Skip to content

Commit bb95db9

Browse files
committed
Update the Release Date and the Change Log
1 parent 0721b60 commit bb95db9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/Changelog.html

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ <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.01</b>
18+
</p>
19+
<ul>
20+
<li>Add validation of user-defined dynamic and static modifiations to check for duplicates (same name, different mass)</li>
21+
<li>Add validation to check for the same dynamic or static modification being defined for the same residue (or N- or C- terminus)</li>
22+
<li>Validate user-defined modification masses against default values for commonly used modifications
23+
<ul>
24+
<li>Warn if the mass is more than 0.01 Da larger or smaller than the default</li>
25+
<li>Common modifications tracked via array <a href="https://github.com/MSGFPlus/msgfplus/blob/8cba976300a651bab9104b73bc79030912b51185/src/main/java/edu/ucsd/msjava/msutil/Modification.java#L146">defaultModList</a> in file <a href="https://github.com/MSGFPlus/msgfplus/blob/master/src/main/java/edu/ucsd/msjava/msutil/Modification.java">Modification.java</a></li>
26+
</ul>
27+
</li>
28+
</ul>
29+
1630
<p>
1731
<b>v2019.01.22</b>
1832
</p>

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

+2-2
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.01.22)";
26-
public static final String RELEASE_DATE = "22 January 2019";
25+
public static final String VERSION = "Release (v2019.02.01)";
26+
public static final String RELEASE_DATE = "01 February 2019";
2727

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

0 commit comments

Comments
 (0)