We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a05cdc commit 6d932b8Copy full SHA for 6d932b8
1 file changed
AlignerBoost/src/edu/upenn/egricelab/AlignerBoost/EnvConstants.java
@@ -31,7 +31,7 @@
31
public class EnvConstants {
32
// prog versions
33
public static final String progName = "AlignerBoost";
34
- public static final String progVer = "v1.8.2";
+ public static final String progVer = "v1.8.3";
35
public static final String progDesc = "A tool for boosting the precision and sensitivity of NextGen-seq aligners";
36
public static final String progFile = progName + ".jar";
37
// environment variables
0 commit comments