Skip to content

Commit

Permalink
Merge pull request #12 from kylacochrane/nf-validation-plugin-versioning
Browse files Browse the repository at this point in the history
Pin version of nf-validation and nf-iridanext #11
  • Loading branch information
kylacochrane authored Feb 22, 2024
2 parents 603ee7e + 7740f34 commit cc8f996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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.1.0.dev'
version = '1.0.1'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit cc8f996

Please sign in to comment.