Skip to content

Commit 53036b3

Browse files
committed
Fix the release note.
1 parent 4a39d25 commit 53036b3

File tree

1 file changed

+4
-6
lines changed
  • FragPipe-GUI/src/main/java/org/nesvilab/fragpipe

1 file changed

+4
-6
lines changed

FragPipe-GUI/src/main/java/org/nesvilab/fragpipe/Version.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,19 @@ public class Version {
6767
"MSFragger version 4.3 full changelog can be found in https://msfragger.nesvilab.org/CHANGELOG.html",
6868
"IonQuant version 1.11.11 full changelog can be found in https://ionquant.nesvilab.org/CHANGELOG.html",
6969
"diaTracer version 1.3.3 changelog can be found in https://diatracer.nesvilab.org/CHANGELOG.html",
70+
"Various bug fixes and performance improvements",
7071

7172
"Miscellaneous:",
7273
"Require Java 11+",
7374
"Require MSFragger 4.3+",
74-
"Require IonQuant 1.11.1+",
75+
"Require IonQuant 1.11.11+",
7576
"Require diaTracer 1.3.3+",
7677
"Require Python 3.9, 3.10, or 3.11",
7778
"Require EasyPQP 0.1.52+",
7879
"Upgrade Crystal-C to 1.5.9",
7980
"Upgrade MSBooster to 1.3.17",
80-
"Upgrade Percolator to 3.7.1",
8181
"Upgrade Philosopher to 5.1.2",
82-
"Upgrade PTM-Shepherd to 3.0.2",
83-
"Upgrade TMT-Integrator to 6.1.1",
84-
"Upgrade FragPipe-PDV to 1.4.4"
82+
"Upgrade PTM-Shepherd to 3.0.2"
8583
));
8684

8785
CHANGELOG.put("23.0", Arrays.asList(
@@ -710,7 +708,7 @@ public static void main(String[] args) {
710708
+ "- The (<a href='" + zipUrl + "' target='_blank'>" + zipFn + "</a>) is for Linux. You will need Java 11+ to run.\n"
711709
+ "- The (<a href='" + installerUrl + "' target='_blank'>" + installerFn + "</a>) is for Windows. You will need to install it. Java runtime is bundled and Python will be installed automatically.\n"
712710
+ "- The docker image is available at <a href='https://hub.docker.com/r/fcyucn/fragpipe' target='_blank'>https://hub.docker.com/r/fcyucn/fragpipe</a>\n"
713-
+ "- **NOTE:** Non-academic users (including those with an existing commercial license from the University of Michigan) must visit Fragmatics at [www.fragmatics.com](https://www.fragmatics.com) or email [[email protected]](mailto:[email protected]) to purchase or confirm their license and access the tools."
711+
+ "- **NOTE:** Non-academic users (including those with an existing commercial license from the University of Michigan) must visit Fragmatics at [www.fragmatics.com](https://www.fragmatics.com) or email [[email protected]](mailto:[email protected]) to purchase or confirm their license and access the tools.\n"
714712
+ "## Running\n"
715713
+ "- In Windows, install FragPipe using the installer. Then double-click the `FragPipe-" + version + ".exe` file.\n"
716714
+ "- In Linux, unzip the file. In `bin` subdirectory you will find a `shell script for Linux`\n";

0 commit comments

Comments
 (0)