diff --git a/pom.xml b/pom.xml index 2765f0c..d6d2497 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - 4.0.0 hk.ust.bioinformatics ECL2 - 2.1.5 + 2.1.6 jar ECL2 diff --git a/src/main/java/proteomics/ECL2.java b/src/main/java/proteomics/ECL2.java index c0a22d7..9b1ce1a 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.5"; + public static final String version = "2.1.6"; public static boolean debug; public static boolean dev; diff --git a/src/main/resources/parameter.def b/src/main/resources/parameter.def index 2a2471f..82e4150 100644 --- a/src/main/resources/parameter.def +++ b/src/main/resources/parameter.def @@ -1,4 +1,4 @@ -# 2.1.5 +# 2.1.6 # 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.