Skip to content

Commit

Permalink
Update program date and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Jun 22, 2020
1 parent 65ee9ce commit 33204ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
<a href="index.html">MS-GF+ Documentation home</a>
</p>

<p>
<b>v2020.06.22</b>
</p>
<ul>
<li>Show progress messages every 2 seconds when indexing the FASTA file</li>
</ul>

<p>
<b>v2020.06.16</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 @@ -22,8 +22,8 @@


public class MSGFPlus {
public static final String VERSION = "Release (v2020.06.16)";
public static final String RELEASE_DATE = "16 June 2020";
public static final String VERSION = "Release (v2020.06.22)";
public static final String RELEASE_DATE = "22 June 2020";

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

0 comments on commit 33204ba

Please sign in to comment.