From bf404b688f4854c959f3db14fcab21c0a17bdb88 Mon Sep 17 00:00:00 2001 From: Fengchao Date: Sun, 1 Apr 2018 17:32:09 +0800 Subject: [PATCH] New release. --- README.md | 2 +- pom.xml | 2 +- src/main/java/proteomics/ECL2.java | 2 +- src/main/resources/parameter.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c66ac0b..f231b1e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ECL2 is an advanced version of ECL. It has a linear computational complexity, su ## How to use it? Requirements: Java 1.8 or later -Download the ECL2-2.1.6.zip from the latest release page [https://github.com/fcyu/ECL2/releases/latest/](https://github.com/fcyu/ECL2/releases/latest/) and unzip the file. +Download the ECL2-2.1.7.zip from the latest release page [https://github.com/fcyu/ECL2/releases/latest/](https://github.com/fcyu/ECL2/releases/latest/) and unzip the file. Usage: ``` diff --git a/pom.xml b/pom.xml index d6d2497..34bd75a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ hk.ust.bioinformatics ECL2 - 2.1.6 + 2.1.7 jar ECL2 diff --git a/src/main/java/proteomics/ECL2.java b/src/main/java/proteomics/ECL2.java index c13f412..9c8b100 100644 --- a/src/main/java/proteomics/ECL2.java +++ b/src/main/java/proteomics/ECL2.java @@ -29,7 +29,7 @@ public class ECL2 { public static final int[] isotopeCorrectionArray = new int[]{-2, -1, 0}; // do not change it private static final Logger logger = LoggerFactory.getLogger(ECL2.class); - public static final String version = "2.1.6"; + public static final String version = "2.1.7"; public static boolean debug; public static boolean dev; diff --git a/src/main/resources/parameter.def b/src/main/resources/parameter.def index 0571789..6234f04 100644 --- a/src/main/resources/parameter.def +++ b/src/main/resources/parameter.def @@ -1,4 +1,4 @@ -# 2.1.6 +# 2.1.7 # The first line is the parameter file version. Do not change it. thread_num = 0 # The thread number. Set to 0 to use all the CPU resources of the computer. debug = 0 # For debug.