Skip to content

Commit 8cf7ff0

Browse files
Update changelog and MultiQC fix
1 parent 50874f7 commit 8cf7ff0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## 1.0.1
7+
8+
### Added
9+
10+
### Changed
11+
12+
[#7](https://github.com/nf-core/demo/pull/7) - Updated Usage and README docs
13+
14+
### Fixed
15+
16+
[#7](https://github.com/nf-core/demo/pull/7) - Added full path for test config
17+
18+
### Removed
19+
20+
### Dependencies
21+
22+
| Dependency | Old version | New version |
23+
| ---------- | ----------- | ----------- |
24+
| `multiqc` | 1.21 | 1.23 |
25+
626
## 1.0.0 2024-06-19
727

828
### Credits

workflows/demo.nf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ workflow DEMO {
9595
ch_multiqc_files.collect(),
9696
ch_multiqc_config.toList(),
9797
ch_multiqc_custom_config.toList(),
98-
ch_multiqc_logo.toList()
98+
ch_multiqc_logo.toList(),
99+
[],
100+
[]
99101
)
100102

101103
emit:

0 commit comments

Comments
 (0)