Skip to content

Commit dffa414

Browse files
committed
Prepare release 1.7.3
1 parent c154457 commit dffa414

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.7.2
4+
version: 1.7.3
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.7.2
4+
version: 1.7.3
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.7.2
4+
version: 1.7.3
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.7.2
4+
version: 1.7.3
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
@@ -6,7 +6,7 @@
66
<groupId>genepi</groupId>
77
<artifactId>imputationserver</artifactId>
88

9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010

1111
<packaging>jar</packaging>
1212

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

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

2525
public class ImputationPipeline {
2626

27-
public static final String PIPELINE_VERSION = "michigan-imputationserver-1.7.2";
27+
public static final String PIPELINE_VERSION = "michigan-imputationserver-1.7.3";
2828

2929
public static final String IMPUTATION_VERSION = "minimac4-1.0.2";
3030

0 commit comments

Comments
 (0)