Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Mar 27, 2018
1 parent 449fbff commit 4925c41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.5</version>
<version>2.1.6</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.5";
public static final String version = "2.1.6";

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.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.
Expand Down

0 comments on commit 4925c41

Please sign in to comment.