Skip to content

Commit 0d8030d

Browse files
committed
Prepare release v.2.0.11
1 parent 38d3f27 commit 0d8030d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cloudgene.hla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: HLA Imputation
33
description: "<p> Thank you for using our multi-ethnic HLA imputation panel, built from ~20,000 whole genome sequencing samples from five global populations. </p> <p>
44
Please cite this manuscript if you would like to include imputed results from the panel in your work: </p> <p>
55
Luo, Y., Kanai, M., Choi, W., Li, X., Yamamoto, K., Ogawa, K., Gutierrez-Arcelus, M., Gregersen, P. K., Stuart, P. E., Elder, J. T., Fellay, J., Carrington, M., Haas, D. W., Guo, X., Palmer, N. D., Chen, Y.-D. I., Rotter, J. I., Taylor, K. D., Rich, S., … Raychaudhuri, S. (2020). <b> A high-resolution HLA reference panel capturing global population diversity enables multi-ethnic fine-mapping in HIV host response</b>. https://doi.org/10.1101/2020.07.16.20155606 <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>). </p>"
6-
version: 2.0.10
6+
version: 2.0.11
77
website: https://imputationserver.readthedocs.io
88
category: Application
99
submitButton: Start Imputation

cloudgene.pgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver2-pgs
22
name: Polygenic Score Calculation
33
description: "You can upload genotyped data and the application imputes your genotypes, performs ancestry estimation and finally calculates Polygenic Risk Scores.<br><br>No dataset at hand? No problem, download our example dataset: <a href=\"https://imputationserver.sph.umich.edu/resources/50-samples.zip\" class=\"btn btn-sm btn-secondary\" style=\"color:#ffffff !important\"><i class=\"fa fa-file\"></i> 50-samples.zip</a><br><br>"
4-
version: 2.0.10
4+
version: 2.0.11
55
website: https://imputationserver.readthedocs.io
66
category: Application
77
submitButton: Start Calculation

cloudgene.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: imputationserver2
22
name: Genotype Imputation
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: 2.0.10
4+
version: 2.0.11
55
website: https://imputationserver.readthedocs.io
66
category: Application
77
submitButton: Start Imputation
@@ -108,7 +108,7 @@ workflow:
108108
type: list
109109
value: eagle
110110
values:
111-
eagle: Eagle v2.4 (phased output)
111+
eagle: Eagle v2.4
112112
beagle: Beagle 5.4 (HRC and 1KG only)
113113
no_phasing: No phasing
114114
serialize: false

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
manifest {
22
name = 'imputationserver2'
3-
version = 'v2.0.10'
3+
version = 'v2.0.11'
44
description = 'Genotype Imputation Server 2'
55
author = 'Lukas Forer & Sebastian Schönherr'
66
homePage = 'https://github.com/genepi/imputationserver2'
@@ -98,7 +98,7 @@ profiles {
9898

9999
docker.enabled = true
100100
singularity.enabled = false
101-
process.container = 'quay.io/genepi/imputationserver2:v2.0.10'
101+
process.container = 'quay.io/genepi/imputationserver2:v2.0.11'
102102

103103
test {
104104
includeConfig 'conf/test.config'

0 commit comments

Comments
 (0)