Skip to content

Commit

Permalink
Merge branch 'tag' into 'dev'
Browse files Browse the repository at this point in the history
tag

See merge request epi2melabs/workflows/wf-transcriptomes!87
  • Loading branch information
sarahjeeeze committed Dec 1, 2022
2 parents 9f2477e + d3e48d4 commit 93f95f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.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
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.6",
"default": "v0.1.7",
"hidden": true
},
"monochrome_logs": {
Expand Down

0 comments on commit 93f95f7

Please sign in to comment.