Skip to content

Commit 93f95f7

Browse files
committed
Merge branch 'tag' into 'dev'
tag See merge request epi2melabs/workflows/wf-transcriptomes!87
2 parents 9f2477e + d3e48d4 commit 93f95f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [v0.1.7]
88
### Updated
99
- `-profile conda` is no longer supported, users should use `-profile standard` (Docker) or `-profile singularity` instead
1010
- `nextflow run epi2me-labs/wf-transcriptomes --version` will now print the workflow version number and exit

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ params {
2424
out_dir = "output"
2525
sample = null
2626
sample_sheet = null
27-
wfversion = "v0.1.6"
27+
wfversion = "v0.1.7"
2828
aws_image_prefix = null
2929
aws_queue = null
3030
process_label = "isoforms"
@@ -117,7 +117,7 @@ manifest {
117117
description = 'Transcriptome analysis workflow including gene fusions and differential expression'
118118
mainScript = 'main.nf'
119119
nextflowVersion = '>=20.10.0'
120-
version = 'v0.1.6'
120+
version = 'v0.1.7'
121121
}
122122

123123
executor {

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
},
342342
"wfversion": {
343343
"type": "string",
344-
"default": "v0.1.6",
344+
"default": "v0.1.7",
345345
"hidden": true
346346
},
347347
"monochrome_logs": {

0 commit comments

Comments
 (0)