File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
123123executor {
Original file line number Diff line number Diff line change 341341 },
342342 "wfversion" : {
343343 "type" : " string" ,
344- "default" : " v0.1.6 " ,
344+ "default" : " v0.1.7 " ,
345345 "hidden" : true
346346 },
347347 "monochrome_logs" : {
You can’t perform that action at this time.
0 commit comments