Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmGeek4Life committed May 19, 2017
1 parent 0feea3d commit d3bddc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions doc/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
<a href="index.html">MS-GF+ Documentation home</a>
</p>

<p>
<b>05/18/2017 v2017.05.18</b>
</p>
<ul>
<li>Add scoring parameters for UVPD TMT6Plex</li>
<li>ScoringParamGen: Write and keep the converted TSV files to reduce time to re-run training on the same data</li>
<li>ScoringParamGen: Write both the binary and text versions of the training results</li>
<li>ScoringParamGen: Run multithreaded</li>
<li>Improve the error message displayed when there are too many duplicate proteins</li>
</ul>

<p>
<b>01/27/2017 v2017.01.27</b>
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@


public class MSGFPlus {
public static final String VERSION = "Release (v2017.01.27)";
public static final String RELEASE_DATE = "27 Jan 2017";
public static final String VERSION = "Release (v2017.05.18)";
public static final String RELEASE_DATE = "18 May 2017";

public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
public static final String DECOY_PROTEIN_PREFIX = "XXX";
Expand Down

0 comments on commit d3bddc4

Please sign in to comment.