Skip to content

Commit ee62da3

Browse files
committed
Prepare release v1.8.0-beta3
1 parent 25eafca commit ee62da3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

files/imputationserver-beagle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver-beagle
22
name: Genotype Imputation supporting Beagle (Minimac4)
33
description: This is the new Michigan Imputation Server Pipeline using <a href="https://github.com/statgen/Minimac4">Minimac4</a>. Documentation can be found <a href="http://imputationserver.readthedocs.io/en/latest/">here</a>.<br><br>If your input data is <b>GRCh37/hg19</b> please ensure chromosomes are encoded without prefix (e.g. <b>20</b>).<br>If your input data is <b>GRCh38hg38</b> please ensure chromosomes are encoded with prefix 'chr' (e.g. <b>chr20</b>).
4-
version: 1.8.0-beta2
4+
version: 1.8.0-beta3
55
website: https://imputationserver.readthedocs.io
66
category:
77

files/imputationserver-hla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver-hla
22
name: Genotype Imputation HLA (Minimac4)
33
description: This is the new Michigan Imputation Server Pipeline using <a href="https://github.com/statgen/Minimac4">Minimac4</a>. Documentation can be found <a href="http://imputationserver.readthedocs.io/en/latest/">here</a>.<br><br>If your input data is <b>GRCh37/hg19</b> please ensure chromosomes are encoded without prefix (e.g. <b>20</b>).<br>If your input data is <b>GRCh38hg38</b> please ensure chromosomes are encoded with prefix 'chr' (e.g. <b>chr20</b>).
4-
version: 1.8.0-beta2
4+
version: 1.8.0-beta3
55
website: https://imputationserver.readthedocs.io
66
category:
77

files/imputationserver-pgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver-pgs
22
name: Genotype Imputation (PGS Calc Integration)
33
description: This is the new Michigan Imputation Server Pipeline using <a href="https://github.com/statgen/Minimac4">Minimac4</a>. Documentation can be found <a href="http://imputationserver.readthedocs.io/en/latest/">here</a>.<br><br>If your input data is <b>GRCh37/hg19</b> please ensure chromosomes are encoded without prefix (e.g. <b>20</b>).<br>If your input data is <b>GRCh38hg38</b> please ensure chromosomes are encoded with prefix 'chr' (e.g. <b>chr20</b>).
4-
version: 1.8.0-beta2
4+
version: 1.8.0-beta3
55
website: https://imputationserver.readthedocs.io
66
category:
77

files/minimac4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver
22
name: Genotype Imputation (Minimac4)
33
description: This is the new Michigan Imputation Server Pipeline using <a href="https://github.com/statgen/Minimac4">Minimac4</a>. Documentation can be found <a href="http://imputationserver.readthedocs.io/en/latest/">here</a>.<br><br>If your input data is <b>GRCh37/hg19</b> please ensure chromosomes are encoded without prefix (e.g. <b>20</b>).<br>If your input data is <b>GRCh38hg38</b> please ensure chromosomes are encoded with prefix 'chr' (e.g. <b>chr20</b>).
4-
version: 1.8.0-beta2
4+
version: 1.8.0-beta3
55
website: https://imputationserver.readthedocs.io
66
category:
77

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>genepi</groupId>
77
<artifactId>imputationserver</artifactId>
8-
<version>1.8.0-beta2</version>
8+
<version>1.8.0-beta3</version>
99
<packaging>jar</packaging>
1010
<name>University of Michigan Imputation Server</name>
1111
<url>http://maven.apache.org</url>

src/main/java/genepi/imputationserver/steps/imputation/ImputationPipeline.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
public class ImputationPipeline {
2626

27-
public static final String PIPELINE_VERSION = "michigan-imputationserver-1.8.0-beta2";
27+
public static final String PIPELINE_VERSION = "michigan-imputationserver-1.8.0-beta3";
2828

29-
public static final String IMPUTATION_VERSION = "minimac-v4.1.4";
29+
public static final String IMPUTATION_VERSION = "minimac-v4.1.5";
3030

3131
public static final String BEAGLE_VERSION = "beagle.18May20.d20.jar";
3232

0 commit comments

Comments
 (0)