Skip to content

Commit 9e67ba4

Browse files
authored
Merge pull request #2063 from Clinical-Genomics/release/12.0.3
Release/12.0.3
2 parents 443391f + 3538861 commit 9e67ba4

File tree

6 files changed

+67
-45
lines changed

6 files changed

+67
-45
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [12.0.3]
7+
8+
- Updates genmod to version 3.8.2 to introduce normalized rankscore, [#2055](https://github.com/Clinical-Genomics/MIP/issues/2055)
9+
10+
### Tools
11+
12+
- Genmod 3.7.3 -> 3.8.2
13+
14+
### Databases
15+
16+
clinvar: 20230508 -> 20231203
17+
loqusdb snapshot: 20230512 -> 20231204
18+
619
## [12.0.2]
720

821
- Fixes the relatedness check in mip qccollect

containers/genmod/Dockerfile

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
################## BASE IMAGE ######################
22

3-
FROM clinicalgenomics/mip_base:2.1
3+
FROM condaforge/mambaforge:23.1.0-4
44

55
################## METADATA ######################
66

7-
LABEL base_image="clinicalgenomics/mip_base:2.1"
8-
LABEL version="1"
7+
LABEL base_image="condaforge/mambaforge:23.1.0-4"
8+
LABEL version="2"
99
LABEL software="genmod"
10-
LABEL software.version="3.7.3"
10+
LABEL software.version="3.8.1"
1111
LABEL extra.binaries="genmod"
1212
LABEL maintainer="Clinical-Genomics/MIP"
1313

14-
RUN conda install pip python=3.7
15-
16-
## Clean up after conda
17-
RUN /opt/conda/bin/conda clean -tipsy
18-
19-
RUN pip install --no-cache-dir genmod==3.7.3
20-
21-
WORKDIR /data/
14+
RUN mamba install -y -c conda-forge -c bioconda pip pytabix python=3.8 && \
15+
/opt/conda/bin/conda clean -ya && \
16+
pip install --no-cache-dir genmod==3.8.2

documentation/Setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can speed up, for instance, the Readonly module by also installing the compa
5252
- [Deepvariant] (version: 1.4.0)
5353
- [Delly] (version 0.8.7)
5454
- [GATK] (version: 3.8.1 and 4.2.2.0)
55-
- [GENMOD] (version: 3.7.3)
55+
- [GENMOD] (version: 3.8.2)
5656
- [Gffcompare] (version: 0.11.2)
5757
- [Glnexus] (version: v1.4.1)
5858
- [Htslib] (version: 1.13)

lib/MIP/Constants.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
8282
);
8383

8484
## Set MIP version
85-
Readonly our $MIP_VERSION => q{12.0.2};
85+
Readonly our $MIP_VERSION => q{12.0.3};
8686

8787
## Cli
8888
Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;

templates/mip_download_rd_dna_config_-1.0-.yaml

+43-29
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ reference:
2626
chromograph_cytoband:
2727
- v1.0
2828
clinvar:
29-
- 20220829
29+
- 20231203
3030
- 20230508
3131
dbnsfp:
3232
- 3.5a
@@ -111,8 +111,8 @@ reference:
111111
- gold_standard_indels
112112
rank_model:
113113
- v0.2
114-
- v1.34
115114
- v1.35
115+
- v1.36
116116
reduced_penetrance:
117117
- 2017
118118
scout_exons:
@@ -124,15 +124,15 @@ reference:
124124
- v1.4
125125
svrank_model:
126126
- v0.1
127-
- v1.9
128127
- v1.10
128+
- v1.11
129129
vcf2cytosure_blacklist_regions:
130130
- 1.0
131131
- 200520
132132
vcfanno_config:
133133
- v0.2
134-
- v1.18
135134
- v1.19
135+
- v1.20
136136
vcfanno_functions:
137137
- v1.0
138138
reference_feature:
@@ -323,15 +323,6 @@ reference_feature:
323323
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/region/
324324
clinvar:
325325
grch37:
326-
20220829:
327-
file: clinvar_20220829.vcf.gz
328-
file_check: clinvar_20220829.vcf.gz.md5
329-
file_index: clinvar_20220829.vcf.gz.tbi
330-
outfile: grch37_clinvar_-20220829-.vcf.gz
331-
outfile_check: grch37_clinvar_-20220829-.vcf.gz.md5
332-
outfile_index: grch37_clinvar_-20220829-.vcf.gz.tbi
333-
outfile_check_method: md5sum
334-
url_prefix: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/weekly/
335326
20230508:
336327
file: clinvar_20230508.vcf.gz
337328
file_check: clinvar_20230508.vcf.gz.md5
@@ -341,16 +332,16 @@ reference_feature:
341332
outfile_index: grch37_clinvar_-20230508-.vcf.gz.tbi
342333
outfile_check_method: md5sum
343334
url_prefix: ftp://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/weekly/
344-
grch38:
345-
20220829:
346-
file: clinvar_20220829.vcf.gz
347-
file_check: clinvar_20220829.vcf.gz.md5
348-
file_index: clinvar_20220829.vcf.gz.tbi
349-
outfile: grch38_clinvar_-20220829-.vcf.gz
350-
outfile_check: grch38_clinvar_-20220829-.vcf.gz.md5
351-
outfile_index: grch38_clinvar_-20220829-.vcf.gz.tbi
335+
20231203:
336+
file: clinvar_20231203.vcf.gz
337+
file_check: clinvar_20231203.vcf.gz.md5
338+
file_index: clinvar_20231203.vcf.gz.tbi
339+
outfile: grch37_clinvar_-20231203-.vcf.gz
340+
outfile_check: grch37_clinvar_-20231203-.vcf.gz.md5
341+
outfile_index: grch37_clinvar_-20231203-.vcf.gz.tbi
352342
outfile_check_method: md5sum
353-
url_prefix: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh38/weekly/
343+
url_prefix: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/weekly/
344+
grch38:
354345
20230508:
355346
file: clinvar_20230508.vcf.gz
356347
file_check: clinvar_20230508.vcf.gz.md5
@@ -360,6 +351,15 @@ reference_feature:
360351
outfile_index: grch38_clinvar_-20230508-.vcf.gz.tbi
361352
outfile_check_method: md5sum
362353
url_prefix: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh38/weekly/
354+
20231203:
355+
file: clinvar_20231203.vcf.gz
356+
file_check: clinvar_20231203.vcf.gz.md5
357+
file_index: clinvar_20231203.vcf.gz.tbi
358+
outfile: grch38_clinvar_-20231203-.vcf.gz
359+
outfile_check: grch38_clinvar_-20231203-.vcf.gz.md5
360+
outfile_index: grch38_clinvar_-20231203-.vcf.gz.tbi
361+
outfile_check_method: md5sum
362+
url_prefix: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh38/weekly/
363363
dbnsfp:
364364
grch37:
365365
3.5a:
@@ -900,20 +900,20 @@ reference_feature:
900900
url_prefix: https://storage.googleapis.com/genomics-public-data/resources/broad/hg38/v0/
901901
rank_model:
902902
grch37:
903-
v1.34:
904-
file: rank_model_-v1.34-.ini
905-
file_check: rank_model_-v1.34-.ini.md5
906-
outfile: rank_model_-v1.34-.ini
907-
outfile_check: rank_model_-v1.34-.ini.md5
908-
outfile_check_method: md5sum
909-
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
910903
v1.35:
911904
file: rank_model_-v1.35-.ini
912905
file_check: rank_model_-v1.35-.ini.md5
913906
outfile: rank_model_-v1.35-.ini
914907
outfile_check: rank_model_-v1.35-.ini.md5
915908
outfile_check_method: md5sum
916909
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
910+
v1.36:
911+
file: rank_model_-v1.36-.ini
912+
file_check: rank_model_-v1.36-.ini.md5
913+
outfile: rank_model_-v1.36-.ini
914+
outfile_check: rank_model_-v1.36-.ini.md5
915+
outfile_check_method: md5sum
916+
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
917917
grch38:
918918
v0.2:
919919
file: grch38_rank_model_-v0.2-.ini
@@ -985,6 +985,13 @@ reference_feature:
985985
outfile_check: svrank_model_-v1.10-.ini.md5
986986
outfile_check_method: md5sum
987987
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
988+
v1.11:
989+
file: svrank_model_-v1.11-.ini
990+
file_check: svrank_model_-v1.11-.ini.md5
991+
outfile: svrank_model_-v1.11-.ini
992+
outfile_check: svrank_model_-v1.11-.ini.md5
993+
outfile_check_method: md5sum
994+
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/rank_model/
988995
grch38:
989996
v0.1:
990997
file: grch38_sv_rank_model_-v0.1-.ini
@@ -1024,6 +1031,13 @@ reference_feature:
10241031
outfile_check: grch37_vcfanno_config_-v1.19-.toml.md5
10251032
outfile_check_method: md5sum
10261033
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/annotation/
1034+
v1.20:
1035+
file: grch37_vcfanno_config_-v1.20-.toml
1036+
file_check: grch37_vcfanno_config_-v1.20-.toml.md5
1037+
outfile: grch37_vcfanno_config_-v1.20-.toml
1038+
outfile_check: grch37_vcfanno_config_-v1.20-.toml.md5
1039+
outfile_check_method: md5sum
1040+
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/annotation/
10271041
grch38:
10281042
v0.2:
10291043
file: grch38_vcfanno_config_-v0.2-.toml

templates/mip_install_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ container:
8989
genmod:
9090
executable:
9191
genmod:
92-
uri: docker.io/clinicalgenomics/genmod:3.7.3
92+
uri: docker.io/clinicalgenomics/genmod:3.8.2
9393
gens_preproc:
9494
executable:
9595
generate_gens_data.pl:
@@ -125,7 +125,7 @@ container:
125125
mip:
126126
executable:
127127
mip:
128-
uri: docker.io/clinicalgenomics/mip:v12.0.2
128+
uri: docker.io/clinicalgenomics/mip:v12.0.3
129129
multiqc:
130130
executable:
131131
multiqc:

0 commit comments

Comments
 (0)