File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
src/main/java/edu/ucsd/msjava/ui Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,22 @@ <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 > v2019.06.20</ b >
18
+ </ p >
19
+ < ul >
20
+ < li > Allow the title line of a spectra in a .mgf file to have DatasetName.ScanStart.ScanEnd.Charge followed by a space and extra info</ li >
21
+ < li > Output the Java version and OS information to the console</ li >
22
+ < li > Update jmzReader and jmzidentml dependencies</ li >
23
+ </ ul >
24
+
25
+ < p >
26
+ < b > v2019.04.18</ b >
27
+ </ p >
28
+ < ul >
29
+ < li > Fix to issue #62, which prevents dropping of the highest m/z data point from most MS/MS spectra</ li >
30
+ </ ul >
31
+
16
32
< p >
17
33
< b > v2019.02.28</ b >
18
34
</ 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 (v2019.04.18 )" ;
26
- public static final String RELEASE_DATE = "18 April 2019" ;
25
+ public static final String VERSION = "Release (v2019.06.20 )" ;
26
+ public static final String RELEASE_DATE = "20 June 2019" ;
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