Skip to content

Commit

Permalink
Merge pull request #258 from nf-cmgg/dev
Browse files Browse the repository at this point in the history
Release PR 1.9.3
  • Loading branch information
nvnieuwk authored Jan 23, 2025
2 parents 573fc62 + 15836df commit e253378
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Upload log file artifact
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nf-test-workdir
path: .nf-test/
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ template:
skip_features:
- fastqc
- is_nfcore
version: 1.9.2
version: 1.9.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.10.0dev

## v1.9.3 Nifty Nieuwkerke - [January 23 2025]

1. Fix db postprocess in vcf2db module

## v1.9.2 - New Nieuwkerke - [January 22 2025]

## Changes
Expand Down
6 changes: 6 additions & 0 deletions modules/nf-core/vcf2db/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions modules/nf-core/vcf2db/vcf2db.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ manifest {
description = """A nextflow pipeline for calling and annotating small germline variants from short DNA reads for WES and WGS data"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.10.0'
version = '1.9.2'
version = '1.9.3'
doi = ''
}

Expand Down

0 comments on commit e253378

Please sign in to comment.