Skip to content

Commit 388ed3e

Browse files
zhengqizhengqi
authored andcommitted
Minor version update
1 parent d5b76df commit 388ed3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AlignerBoost/examples/AB_demo_experiment_design.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Fill the experimental design form below for automatic shell script generatioN
44
### Global variables are in upper cases
55
### Library specific options are in lower cases
6-
### VERSION=v1.7.1: Version of this configuration file
6+
### VERSION=v1.7.2: Version of this configuration file
77
### MAX_PROC=6: maximum processors to use in this pipeline, set it <= 2 * processors
88
### INIT_MEM=4G: initial MEM to request for certain memory intensive steps, allowed units are K, M or G, default 4G
99
### MAX_MEM=16G: maximum MEM to request for certain memory intensive steps, default 16G

AlignerBoost/src/edu/upenn/egricelab/AlignerBoost/EnvConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class EnvConstants {
3232
// prog versions
3333
public static final String progName = "AlignerBoost";
34-
public static final String progVer = "v1.7.1";
34+
public static final String progVer = "v1.7.2";
3535
public static final String progDesc = "A tool for boosting the precision and sensitivity of NextGen-seq aligners";
3636
public static final String progFile = progName + ".jar";
3737
// environment variables

0 commit comments

Comments
 (0)