Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 1, 2017
1 parent d9273cc commit bc64446
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2.0</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>jar</packaging>

<name>ECL2.0</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 @@ -26,7 +26,7 @@ public class ECL2 {
public static final int random_score_point_t = 2;

private static final Logger logger = LoggerFactory.getLogger(ECL2.class);
private static final String version = "2.1.2";
private static final String version = "2.1.3";

public static boolean debug;
public static boolean dev;
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/parameter.def
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ U = 0
O = 0
n = 0
c = 0

# for debug
# put your cared scan number below. One number each line

0 comments on commit bc64446

Please sign in to comment.