Skip to content

Commit bee88d5

Browse files
committed
Merge branch 'update-manifest-description' into 'dev'
update manifest description to match workflow card in app See merge request epi2melabs/workflows/wf-transcriptomes!88
2 parents 93f95f7 + 136ece6 commit bee88d5

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [v0.1.8]
8+
### Changed
9+
- Updated description in manifest
10+
711
## [v0.1.7]
812
### Updated
913
- `-profile conda` is no longer supported, users should use `-profile standard` (Docker) or `-profile singularity` instead

nextflow.config

Lines changed: 3 additions & 3 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.7"
27+
wfversion = "v0.1.8"
2828
aws_image_prefix = null
2929
aws_queue = null
3030
process_label = "isoforms"
@@ -114,10 +114,10 @@ manifest {
114114
name = 'epi2me-labs/wf-transcriptomes'
115115
author = 'Oxford Nanopore Technologies'
116116
homePage = 'https://github.com/epi2me-labs/wf-transcriptomes'
117-
description = 'Transcriptome analysis workflow including gene fusions and differential expression'
117+
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
118118
mainScript = 'main.nf'
119119
nextflowVersion = '>=20.10.0'
120-
version = 'v0.1.7'
120+
version = 'v0.1.8'
121121
}
122122

123123
executor {

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json",
44
"title": "epi2me-labs/wf-transcriptomes",
5-
"description": "Transcriptome analysis workflow including gene fusions and differential expression.",
5+
"description": "Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.",
66
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz",
77
"url": "https://github.com/epi2me-labs/wf-transcriptomes",
88
"type": "object",
@@ -341,7 +341,7 @@
341341
},
342342
"wfversion": {
343343
"type": "string",
344-
"default": "v0.1.7",
344+
"default": "v0.1.8",
345345
"hidden": true
346346
},
347347
"monochrome_logs": {

0 commit comments

Comments
 (0)