diff --git a/cloudgene.hla.yaml b/cloudgene.hla.yaml index 7fbdff9..9a6e7c8 100644 --- a/cloudgene.hla.yaml +++ b/cloudgene.hla.yaml @@ -3,7 +3,7 @@ name: HLA Imputation description: "

Thank you for using our multi-ethnic HLA imputation panel, built from ~20,000 whole genome sequencing samples from five global populations.

Please cite this manuscript if you would like to include imputed results from the panel in your work:

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). A high-resolution HLA reference panel capturing global population diversity enables multi-ethnic fine-mapping in HIV host response. https://doi.org/10.1101/2020.07.16.20155606

If your input data is GRCh37/hg19 please ensure chromosomes are encoded without prefix (e.g. 20).
If your input data is GRCh38hg38 please ensure chromosomes are encoded with prefix 'chr' (e.g. chr20).

" -version: 2.0.1 +version: 2.0.2 website: https://imputationserver.readthedocs.io category: Application submitButton: Start Imputation diff --git a/cloudgene.pgs.yaml b/cloudgene.pgs.yaml index eb193f8..569a99a 100644 --- a/cloudgene.pgs.yaml +++ b/cloudgene.pgs.yaml @@ -1,7 +1,7 @@ id: imputationserver2-pgs name: Polygenic Score Calculation description: "You can upload genotyped data and the application imputes your genotypes, performs ancestry estimation and finally calculates Polygenic Risk Scores.

No dataset at hand? No problem, download our example dataset: 50-samples.zip

" -version: 2.0.1 +version: 2.0.2 website: https://imputationserver.readthedocs.io category: Application submitButton: Start Calculation diff --git a/cloudgene.yaml b/cloudgene.yaml index 0fb109c..5b4e8df 100644 --- a/cloudgene.yaml +++ b/cloudgene.yaml @@ -1,7 +1,7 @@ id: imputationserver2 name: Genotype Imputation description: This is the new Michigan Imputation Server Pipeline using Minimac4. Documentation can be found here.

If your input data is GRCh37/hg19 please ensure chromosomes are encoded without prefix (e.g. 20).
If your input data is GRCh38hg38 please ensure chromosomes are encoded with prefix 'chr' (e.g. chr20). -version: 2.0.1 +version: 2.0.2 website: https://imputationserver.readthedocs.io category: Application submitButton: Start Imputation diff --git a/nextflow.config b/nextflow.config index b79f769..b4bf9bc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,6 +1,6 @@ manifest { name = 'imputationserver2' - version = 'v2.0.1' + version = 'v2.0.2' description = 'Genotype Imputation Server 2' author = 'Lukas Forer & Sebastian Schönherr' homePage = 'https://github.com/genepi/imputationserver2' @@ -96,7 +96,7 @@ profiles { docker.enabled = true singularity.enabled = false - process.container = 'quay.io/genepi/imputationserver2:v2.0.1' + process.container = 'quay.io/genepi/imputationserver2:v2.0.2' test { includeConfig 'conf/test.config'