Skip to content

Commit

Permalink
Merge branch 'final-TU' into 'dev'
Browse files Browse the repository at this point in the history
final template update and tag

See merge request epi2melabs/workflows/wf-clone-validation!239
  • Loading branch information
mattdmem committed Sep 13, 2024
2 parents b7e405d + c74f6d3 commit 1196320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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.5.0]
### Fixed
- Parsing of an insert that is split between the start and end of the assembly and is a reverse complement.
- Swap read count plot axis so Sample aliases are readable.
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ params {
"--fastq 'wf-clone-validation-demo/test'",
"--primers 'wf-clone-validation-demo/primers.tsv'",
]
container_sha = "sha90f3b9bf90d79d18fc16602e9f06049706bc8743"
container_sha = "sha55e97540ca3ca4f06310269c2ebd3175e1e9352a"
container_sha_medaka = "sha447c70a639b8bcf17dc49b51e74dfcde6474837b"
common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
container_sha_canu = "shabbdea3813f6fb436ea0cbaa19958ad772db9154c"
plannotate_sha = "shaf7f37f751dd0bc529121b765fb63322502288a03"
agent = null
Expand All @@ -69,7 +69,7 @@ manifest {
description = 'De-novo reconstruction of synthetic plasmid sequences.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.4.0'
version = 'v1.5.0'
}

epi2melabs {
Expand Down

0 comments on commit 1196320

Please sign in to comment.