Merge branch 'tag' into 'dev'
tag See merge request epi2melabs/workflows/wf-transcriptomes!87
This commit is contained in:
commit
93f95f7b4b
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [unreleased]
|
## [v0.1.7]
|
||||||
### Updated
|
### Updated
|
||||||
- `-profile conda` is no longer supported, users should use `-profile standard` (Docker) or `-profile singularity` instead
|
- `-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
|
- `nextflow run epi2me-labs/wf-transcriptomes --version` will now print the workflow version number and exit
|
||||||
|
|||||||
@ -24,7 +24,7 @@ params {
|
|||||||
out_dir = "output"
|
out_dir = "output"
|
||||||
sample = null
|
sample = null
|
||||||
sample_sheet = null
|
sample_sheet = null
|
||||||
wfversion = "v0.1.6"
|
wfversion = "v0.1.7"
|
||||||
aws_image_prefix = null
|
aws_image_prefix = null
|
||||||
aws_queue = null
|
aws_queue = null
|
||||||
process_label = "isoforms"
|
process_label = "isoforms"
|
||||||
@ -117,7 +117,7 @@ manifest {
|
|||||||
description = 'Transcriptome analysis workflow including gene fusions and differential expression'
|
description = 'Transcriptome analysis workflow including gene fusions and differential expression'
|
||||||
mainScript = 'main.nf'
|
mainScript = 'main.nf'
|
||||||
nextflowVersion = '>=20.10.0'
|
nextflowVersion = '>=20.10.0'
|
||||||
version = 'v0.1.6'
|
version = 'v0.1.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
|||||||
@ -341,7 +341,7 @@
|
|||||||
},
|
},
|
||||||
"wfversion": {
|
"wfversion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "v0.1.6",
|
"default": "v0.1.7",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"monochrome_logs": {
|
"monochrome_logs": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user