File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/main/java/edu/ucsd/msjava/ui Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
13
13
< a href ="index.html "> MS-GF+ Documentation home</ a >
14
14
</ p >
15
15
16
+ < p >
17
+ < b > v2020.06.22</ b >
18
+ </ p >
19
+ < ul >
20
+ < li > Show progress messages every 2 seconds when indexing the FASTA file</ li >
21
+ </ ul >
22
+
16
23
< p >
17
24
< b > v2020.06.16</ b >
18
25
</ p >
Original file line number Diff line number Diff line change 22
22
23
23
24
24
public class MSGFPlus {
25
- public static final String VERSION = "Release (v2020.06.16 )" ;
26
- public static final String RELEASE_DATE = "16 June 2020" ;
25
+ public static final String VERSION = "Release (v2020.06.22 )" ;
26
+ public static final String RELEASE_DATE = "22 June 2020" ;
27
27
28
28
public static final String DECOY_DB_EXTENSION = ".revCat.fasta" ;
29
29
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX" ;
You can’t perform that action at this time.
0 commit comments