Skip to content

Commit

Permalink
Merge branch 'CW-3731_2' into 'dev'
Browse files Browse the repository at this point in the history
Update wf-common to resolve makeReport errors [CW-3731]

Closes CW-3731

See merge request epi2melabs/workflows/wf-16s!11
  • Loading branch information
nggvs committed Mar 14, 2024
2 parents d0e1670 + 84d62ee commit 3bbe528
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [v1.1.2]
### Fixed
- "Can only use .dt accessor with datetimelike values" error in makeReport
- "invalid literal for int() with base 10" error in makeReport
### Changed
- Bump to wf-metagenomics v2.9.2


## [v1.1.1]
### Changed
- Bump to wf-metagenomics v2.9.1
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ params {
]
agent = null
container_sha = "sha44a6dacff5f2001d917b774647bb4cbc1b53bc76"
common_sha = "sha1c5febff9f75143710826498b093d9769a5edbb9"
common_sha = "shaa17469f05b9753f7e63525d2826202b73f475e6c"
}
}

Expand All @@ -114,7 +114,7 @@ manifest {
description = 'Identification of the origin of single reads from 16S/ITS amplicon sequencing.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1.1'
version = 'v1.1.2'
}


Expand Down
2 changes: 1 addition & 1 deletion wf-metagenomics

0 comments on commit 3bbe528

Please sign in to comment.