Skip to content

Commit

Permalink
Prepare release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Sep 28, 2024
1 parent 63b2014 commit 98e3059
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudgene.hla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HLA Imputation
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>
Please cite this manuscript if you would like to include imputed results from the panel in your work: </p> <p>
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>"
version: 2.0.1
version: 2.0.2
website: https://imputationserver.readthedocs.io
category: Application
submitButton: Start Imputation
Expand Down
2 changes: 1 addition & 1 deletion cloudgene.pgs.yaml
Original file line number Diff line number Diff line change
@@ -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.<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>"
version: 2.0.1
version: 2.0.2
website: https://imputationserver.readthedocs.io
category: Application
submitButton: Start Calculation
Expand Down
2 changes: 1 addition & 1 deletion cloudgene.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: imputationserver2
name: Genotype Imputation
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>).
version: 2.0.1
version: 2.0.2
website: https://imputationserver.readthedocs.io
category: Application
submitButton: Start Imputation
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 98e3059

Please sign in to comment.