From 83c565d6582b18a0ea357bfd0590554ab56d5fce Mon Sep 17 00:00:00 2001 From: Sirisha Hesketh Date: Wed, 19 Apr 2023 10:06:31 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- nextflow.config | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4b2d5..e93970f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index f54c80f..07da562 100644 --- a/nextflow.config +++ b/nextflow.config @@ -11,6 +11,9 @@ params { + // add threads param as it is referenced in fastqingress + threads = 1 + help = false version = false analyse_unclassified = false @@ -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 = [ @@ -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 {