From 6e9fbb14a7794ae9f389c313ddba493722472599 Mon Sep 17 00:00:00 2001 From: Jonas Schaub <44881147+JonasSchaub@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:04:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d916e4..dc6cde6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ which allows distribution and modification. ### Performance Snapshot CMD Application The folder "Performance_Snapshot_App_jar" -contains the executable JAVA archive ErtlFunctionalGroupsFinder-PerformanceSnapshotApp-1.2.0.0.jar. +contains the executable JAVA archive ErtlFunctionalGroupsFinder-PerformanceSnapshotApp.jar. It can be executed from the command-line (command: java -jar) to do a performance snapshot of the ErtlFunctionalGroupsFinder.find() method under parallelization on multiple threads. For more details see the file @@ -63,7 +63,7 @@ will need to be installed via JAR archives as well this way.
In order to open the project locally, e.g. to extend it, download or clone the repository and open it in a Gradle-supporting IDE (e.g. IntelliJ) as a Gradle project and execute the build.gradle file. -Gradle will then take care of installing all dependencies. A Java Development Kit (JDK) of version 21 or higher must also +Gradle will then take care of installing all dependencies. A Java Development Kit (JDK) of version 11 or higher must also be pre-installed. ## Dependencies