Skip to content

Commit

Permalink
bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Mar 1, 2024
1 parent 2a406f1 commit a2e4cdb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.5.0dev
## v1.5.0 - Amazing Antwerp - [March 1 2024]

### Improvements

1. Updated to the nf-core template v2.13.0
2. Updated all GATK modules to 4.5.0.0
3. Moved the pipeline from [https://github.com/CenterForMedicalGeneticsGhent/nf-cmgg-germline](https://github.com/CenterForMedicalGeneticsGhent/nf-cmgg-germline) to [https://github.com/nf-cmgg/germline](https://github.com/nf-cmgg/germline)

### Changes

1. VCF files created with `haplotypecaller` no have the `haplotypecaller` tag in the filename instead of `gatk4-joint` to keep naming consistent

## v1.4.2 - Vibrant Veurne - [January 25 2024]

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/germline/tree/dev" target="_blank">nf-core/germline</a> analysis pipeline. For information about how to interpret these results, please see the <a
href="https://nf-co.re/germline/dev/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/germline/releases/tag/1.5.0" target="_blank">nf-core/germline</a> analysis pipeline. For information about how to interpret these results, please see the <a
href="https://nf-co.re/germline/1.5.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-cmgg-germline-methods-description":
order: -1000
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ manifest {
description = 'A nextflow pipeline for calling and annotating variants'
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.5.0dev'
version = '1.5.0'
doi = ''
}

Expand Down

0 comments on commit a2e4cdb

Please sign in to comment.