From d3e48d4278d9f2b4ca2f232887963f1f6a638c2b Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Thu, 1 Dec 2022 21:41:36 +0000 Subject: [PATCH] tag --- CHANGELOG.md | 2 +- nextflow.config | 4 ++-- nextflow_schema.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ade34a..f353e3f 100644 --- 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.1.7] ### Updated - `-profile conda` is no longer supported, users should use `-profile standard` (Docker) or `-profile singularity` instead - `nextflow run epi2me-labs/wf-transcriptomes --version` will now print the workflow version number and exit diff --git a/nextflow.config b/nextflow.config index 42f8562..c599ae9 100644 --- a/nextflow.config +++ b/nextflow.config @@ -24,7 +24,7 @@ params { out_dir = "output" sample = null sample_sheet = null - wfversion = "v0.1.6" + wfversion = "v0.1.7" aws_image_prefix = null aws_queue = null process_label = "isoforms" @@ -117,7 +117,7 @@ manifest { description = 'Transcriptome analysis workflow including gene fusions and differential expression' mainScript = 'main.nf' nextflowVersion = '>=20.10.0' - version = 'v0.1.6' + version = 'v0.1.7' } executor { diff --git a/nextflow_schema.json b/nextflow_schema.json index 9a46326..95b503d 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -341,7 +341,7 @@ }, "wfversion": { "type": "string", - "default": "v0.1.6", + "default": "v0.1.7", "hidden": true }, "monochrome_logs": {