Skip to content

Commit 21658fb

Browse files
committed
update changelog and bump version
1 parent 9534c95 commit 21658fb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## 2.0.1 - Asterix (Patch) [2024-03-25]
7+
8+
### `Fixed`
9+
10+
- Germlinecnvcaller subworkflow uses the output channel `casecalls` from germlinecnvcaller module instead of `calls` which was invalid. [#535](https://github.com/nf-core/raredisease/issues/535)
11+
612
## 2.0.0 - Asterix [2024-03-18]
713

814
### `Added`

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ custom_logo_url: https://github.com/nf-core/raredisease/
33
custom_logo_title: "nf-core/raredisease"
44

55
report_comment: >
6-
This report has been generated by the <a href="https://github.com/nf-core/raredisease/releases/tag/2.0.0" target="_blank">nf-core/raredisease</a>
6+
This report has been generated by the <a href="https://github.com/nf-core/raredisease/releases/tag/2.0.1" target="_blank">nf-core/raredisease</a>
77
analysis pipeline. For information about how to interpret these results, please see the
8-
<a href="https://nf-co.re/raredisease/2.0.0/docs/output" target="_blank">documentation</a>.
8+
<a href="https://nf-co.re/raredisease/2.0.1/docs/output" target="_blank">documentation</a>.
99
report_section_order:
1010
"nf-core-raredisease-methods-description":
1111
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ manifest {
293293
description = """call and score variants from WGS/WES of rare disease patients"""
294294
mainScript = 'main.nf'
295295
nextflowVersion = '!>=23.04.0'
296-
version = '2.0.0'
296+
version = '2.0.1'
297297
doi = ''
298298
}
299299

0 commit comments

Comments
 (0)