tag
This commit is contained in:
parent
9f2477e8c4
commit
d3e48d4278
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -341,7 +341,7 @@
|
||||
},
|
||||
"wfversion": {
|
||||
"type": "string",
|
||||
"default": "v0.1.6",
|
||||
"default": "v0.1.7",
|
||||
"hidden": true
|
||||
},
|
||||
"monochrome_logs": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user