We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4240d03 commit dec9f54Copy full SHA for dec9f54
MSFragger-GUI/src/com/dmtavt/fragpipe/Version.java
@@ -63,6 +63,24 @@ public class Version {
63
new VersionComparator());
64
65
static {
66
+ CHANGELOG.put("19.1", Arrays.asList(
67
+ "Require MSFragger 3.7+",
68
+ "Require Philosopher 4.8.0+",
69
+ "Require IonQuant 1.8.10+",
70
+ "Require EasyPQP 0.1.34+",
71
+ "Add 'write uncalibrated mgf' checkbox",
72
+ "Add Add iTRAQ4-phospho workflow",
73
+ "Update iTRAQ4 workflow",
74
+ "Rename 'combined_annotation.tsv' to 'experiment_annotation.tsv'",
75
+ "Update the format of `experiment_annotation.tsv`",
76
+ "Allow MSBooster for mass-offset search",
77
+ "In GUI mode, do not load the tools' config paths from the workflow file",
78
+ "Upgrade Crystal-C to 1.5.1",
79
+ "Upgrade MSBooster to 1.1.11",
80
+ "Upgrade DIA-Umpire to 2.3.2",
81
+ "Various minor bug fixes and improvements"
82
+ ));
83
+
84
CHANGELOG.put("19.0", Arrays.asList(
85
"Require Java 9+",
86
"Require MSFragger 3.6+",
0 commit comments