Skip to content

Commit

Permalink
Merge pull request #28 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 9af6fdb + aa7f1ae commit de78ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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).

## 1.0.3 - 2024/02/23

- Pinned [email protected] plugin

## 1.0.2 - 2023/12/18

- Removed GitHub workflows that weren't needed.
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ 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-validation@1.1.3' // Validation of pipeline parameters and creation of an input channel from a sample sheet
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down Expand Up @@ -196,7 +196,7 @@ manifest {
description = """IRIDA Next Example Pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0.2'
version = '1.0.3'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit de78ed7

Please sign in to comment.