Skip to content

Commit 1e0c60a

Browse files
committed
[ver] version 2.3.1
1 parent 1099150 commit 1e0c60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/progistar/pXg/constants/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class Constants {
77
// minor: critical bug fix, change in results something like that.
88
// patch: tiny bug fix, typo, and change code styles something like that.
99
public static final String VERSION = "pXg v2.3.1";
10-
public static final String RELEASE = "(release 2024-07-22)";
10+
public static final String RELEASE = "(release 2024-07-29)";
1111
public static final String INTRODUCE = "Seunghyuk Choi and Eunok Paek in the Department of Computer Science at Hanyang University in Seoul, South Korea. ";
1212
public static final String PMID = "38403075";
1313

src/main/java/progistar/pXg/constants/Parameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class Parameters {
8585
public static final String CMD_CANDIDATE_RANK = "--rank".toLowerCase();
8686
public static int psmRank = 100;
8787

88-
public static final String pParserRegExr = "aareg".toLowerCase();
88+
public static final String pParserRegExr = "--aareg".toLowerCase();
8989
public static String peptideParserRegExr = "[A-Z]"; // read sequence matched to the RegExr.
9090
// Note that
9191
// comment is different from field.

0 commit comments

Comments
 (0)