Skip to content

Commit

Permalink
Merge pull request #13 from phac-nml/dev
Browse files Browse the repository at this point in the history
Merge DEV to MAIN following Nextflow plugin version pinning and Azure testing.
  • Loading branch information
kylacochrane authored Feb 23, 2024
2 parents 350761c + cc8f996 commit d9657e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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).

## [Unreleased]

## [1.0.1] - 2024-02-22

### Changed

- Pinned nf-validation (@1.1.3) and nf-iridanext (@0.2.0) plugins to specific versions in nextflow.config

## [1.0.0] - 2024-01-26

### Added
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ singularity.registry = 'quay.io'

// Nextflow plugins
plugins {
id 'nf-validation' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-iridanext'
id 'nf-validation@1.1.3' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-iridanext@0.2.0'
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down Expand Up @@ -198,7 +198,7 @@ manifest {
description = """IRIDA Next pipeline for fetching data from NCBI"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0.0'
version = '1.0.1'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit d9657e7

Please sign in to comment.