Merge branch 'tag' into 'dev'

tag

See merge request epi2melabs/workflows/wf-transcriptomes!87
This commit is contained in:
Sarah Griffiths 2022-12-01 22:12:44 +00:00
commit 93f95f7b4b
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 {

View File

@ -341,7 +341,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.6",
"default": "v0.1.7",
"hidden": true
},
"monochrome_logs": {