Skip to content

Commit

Permalink
Merge branch 'version-bump' into 'dev'
Browse files Browse the repository at this point in the history
Version bump

See merge request epi2melabs/workflows/wf-flu!42
  • Loading branch information
vlshesketh committed Apr 19, 2023
2 parents 471ef02 + 83c565d commit a21c1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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]
## [v0.0.9]
### Changed
- Update licence to ONT Public License
- Made `--sample_sheet` an optional parameter
Expand Down
7 changes: 5 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@


params {
// add threads param as it is referenced in fastqingress
threads = 1

help = false
version = false
analyse_unclassified = false
Expand All @@ -35,7 +38,7 @@ params {
monochrome_logs = false
validate_params = true
show_hidden_params = false
schema_ignore_params = 'show_hidden_params,validate_params,monochrome_logs,aws_queue,aws_image_prefix,wf'
schema_ignore_params = 'show_hidden_params,validate_params,monochrome_logs,aws_queue,aws_image_prefix,wf,threads'

wf {
example_cmd = [
Expand All @@ -56,7 +59,7 @@ manifest {
description = 'Influenza A&B typing and analysis from Nanopore data.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.0.8'
version = 'v0.0.9'
}

epi2melabs {
Expand Down

0 comments on commit a21c1b8

Please sign in to comment.