File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ develop ]
6+ ## [ 12.1.0 ]
77
88- Adds optional trimming of reads with Fastp for the DNA workflow, turned on by default
99- Adds automatic fail in analaysisrunstatus for cases where the peddy detects errors in the pedigree
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Readonly our %ANALYSIS => (
8282);
8383
8484# # Set MIP version
85- Readonly our $MIP_VERSION => q{ 12.0.3 } ;
85+ Readonly our $MIP_VERSION => q{ 12.1.0 } ;
8686
8787# # Cli
8888Readonly our $MOOSEX_APP_SCEEN_WIDTH => 160;
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ sub pipeline_analyse_rd_dna {
575575 delly_reformat => \&analysis_delly_reformat,
576576 endvariantannotationblock => \&analysis_endvariantannotationblock,
577577 expansionhunter => \&analysis_expansionhunter,
578- fastp_ar => \&analysis_fastp,
578+ fastp_ar => \&analysis_fastp,
579579 fastqc_ar => \&analysis_fastqc,
580580 frequency_filter => \&analysis_frequency_filter,
581581 gatk_baserecalibration => \&analysis_gatk_baserecalibration,
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ reference:
111111 - gold_standard_indels
112112 rank_model :
113113 - v0.2
114- - v1.35
115114 - v1.36
115+ - v1.37
116116 reduced_penetrance :
117117 - 2017
118118 scout_exons :
@@ -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.35 :
904- file : rank_model_-v1.35-.ini
905- file_check : rank_model_-v1.35-.ini.md5
906- outfile : rank_model_-v1.35-.ini
907- outfile_check : rank_model_-v1.35-.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.36 :
911904 file : rank_model_-v1.36-.ini
912905 file_check : rank_model_-v1.36-.ini.md5
913906 outfile : rank_model_-v1.36-.ini
914907 outfile_check : rank_model_-v1.36-.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.37 :
911+ file : rank_model_-v1.37-.ini
912+ file_check : rank_model_-v1.37-.ini.md5
913+ outfile : rank_model_-v1.37-.ini
914+ outfile_check : rank_model_-v1.37-.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
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ container:
129129 mip :
130130 executable :
131131 mip :
132- uri : docker.io/clinicalgenomics/mip:develop
132+ uri : docker.io/clinicalgenomics/mip:v12.1.0
133133 multiqc :
134134 executable :
135135 multiqc :
You can’t perform that action at this time.
0 commit comments