Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Apr 1, 2018
1 parent 5b6a00d commit bf404b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<packaging>jar</packaging>

<name>ECL2</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/proteomics/ECL2.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/parameter.def
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bf404b6

Please sign in to comment.