Skip to content

Commit

Permalink
Bump up version and fix AWS docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoTale88 committed Jan 23, 2024
1 parent c4c203d commit e24b096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [v1.10.0]
### Added
- Clair3 4.3.0 models.

Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ manifest {
description = 'SNV calling, SV calling, modified base calling, CNV calling, and STR genotyping of human samples.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = '1.9.2'
version = '1.10.0'
}

epi2melabs {
Expand Down Expand Up @@ -230,7 +230,7 @@ profiles {
container = { "${params.aws_image_prefix}-${params.wf.name}:${params.wf.e2l_base_tag}" }
}
withLabel:wf_human_snp {
container = { "${params.aws_image_prefix}-wf-human-variation-snp:${params.wf.e2l_snp_tag}-root" }
container = { "${params.aws_image_prefix}-wf-human-variation-snp:${params.wf.e2l_snp_tag}" }
}
withLabel:wf_human_sv {
container = { "${params.aws_image_prefix}-wf-human-variation-sv:${params.wf.e2l_sv_tag}-root" }
Expand Down

0 comments on commit e24b096

Please sign in to comment.