update manifest description to match workflow card in app

This commit is contained in:
Julian Libiseller-Egger 2022-12-05 21:04:41 +00:00 committed by Sam Nicholls
parent 93f95f7b4b
commit 136ece6a90
3 changed files with 9 additions and 5 deletions

View File

@ -4,6 +4,10 @@ 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).
## [v0.1.8]
### Changed
- Updated description in manifest
## [v0.1.7]
### Updated
- `-profile conda` is no longer supported, users should use `-profile standard` (Docker) or `-profile singularity` instead

View File

@ -24,7 +24,7 @@ params {
out_dir = "output"
sample = null
sample_sheet = null
wfversion = "v0.1.7"
wfversion = "v0.1.8"
aws_image_prefix = null
aws_queue = null
process_label = "isoforms"
@ -114,10 +114,10 @@ manifest {
name = 'epi2me-labs/wf-transcriptomes'
author = 'Oxford Nanopore Technologies'
homePage = 'https://github.com/epi2me-labs/wf-transcriptomes'
description = 'Transcriptome analysis workflow including gene fusions and differential expression'
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.1.7'
version = 'v0.1.8'
}
executor {

View File

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json",
"title": "epi2me-labs/wf-transcriptomes",
"description": "Transcriptome analysis workflow including gene fusions and differential expression.",
"description": "Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz",
"url": "https://github.com/epi2me-labs/wf-transcriptomes",
"type": "object",
@ -341,7 +341,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.7",
"default": "v0.1.8",
"hidden": true
},
"monochrome_logs": {