Skip to content

Commit 2029f96

Browse files
committed
Prepare release v2.0.0
1 parent 158568f commit 2029f96

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ A legend file is a tab-delimited file consisting of 5 columns (`id`, `position`,
183183

184184
### Installation
185185

186-
- Install cloudgene3: `curl -s install.cloudgene.io | bash -s 3.0.0-rc3`
186+
- Install cloudgene3: `curl -s install.cloudgene.io`
187187
- Download latest source code zip file from releases
188188
- Install impuationserver2 app: `./cloudgene install imputationserver2@latest`
189189
- Install hapmap2 referenece panel: `./cloudgene install https://genepi.i-med.ac.at/downloads/imputation/imputation-hapmap2.zip`

cloudgene.hla.yaml

+1-1
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.0-rc4
6+
version: 2.0.0
77
website: https://imputationserver.readthedocs.io
88
category: Application
99
submitButton: Start Imputation

cloudgene.pgs.yaml

+1-1
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.0-rc4
4+
version: 2.0.0
55
website: https://imputationserver.readthedocs.io
66
category: Application
77
submitButton: Start Calculation

cloudgene.yaml

+1-1
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.0-rc4
4+
version: 2.0.0
55
website: https://imputationserver.readthedocs.io
66
category: Application
77
submitButton: Start Imputation

nextflow.config

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

9797
docker.enabled = true
9898
singularity.enabled = false
99-
process.container = 'quay.io/genepi/imputationserver2:v2.0.0-rc3'
99+
process.container = 'quay.io/genepi/imputationserver2:v2.0.0'
100100

101101
test {
102102
includeConfig 'conf/test.config'

0 commit comments

Comments
 (0)