Skip to content

Commit

Permalink
Update CHANGELOG re channel of bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Nov 13, 2024
1 parent 3b65b79 commit d76ab82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `nextflow.hopper.config` `symlinkDir`
- Removed serotypefinder from saureus workflow
- Fixed jasen running only on the first row/sample in csv
- Fixed channel problem by changing `Channel.of([])` to `Channel.value([])`

### Changed

Expand Down

0 comments on commit d76ab82

Please sign in to comment.