update manifest description to match workflow card in app
This commit is contained in:
parent
93f95f7b4b
commit
136ece6a90
@ -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/),
|
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).
|
||||||
|
|
||||||
|
## [v0.1.8]
|
||||||
|
### Changed
|
||||||
|
- Updated description in manifest
|
||||||
|
|
||||||
## [v0.1.7]
|
## [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
|
||||||
|
|||||||
@ -24,7 +24,7 @@ params {
|
|||||||
out_dir = "output"
|
out_dir = "output"
|
||||||
sample = null
|
sample = null
|
||||||
sample_sheet = null
|
sample_sheet = null
|
||||||
wfversion = "v0.1.7"
|
wfversion = "v0.1.8"
|
||||||
aws_image_prefix = null
|
aws_image_prefix = null
|
||||||
aws_queue = null
|
aws_queue = null
|
||||||
process_label = "isoforms"
|
process_label = "isoforms"
|
||||||
@ -114,10 +114,10 @@ manifest {
|
|||||||
name = 'epi2me-labs/wf-transcriptomes'
|
name = 'epi2me-labs/wf-transcriptomes'
|
||||||
author = 'Oxford Nanopore Technologies'
|
author = 'Oxford Nanopore Technologies'
|
||||||
homePage = 'https://github.com/epi2me-labs/wf-transcriptomes'
|
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'
|
mainScript = 'main.nf'
|
||||||
nextflowVersion = '>=20.10.0'
|
nextflowVersion = '>=20.10.0'
|
||||||
version = 'v0.1.7'
|
version = 'v0.1.8'
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json",
|
"$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json",
|
||||||
"title": "epi2me-labs/wf-transcriptomes",
|
"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",
|
"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",
|
"url": "https://github.com/epi2me-labs/wf-transcriptomes",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -341,7 +341,7 @@
|
|||||||
},
|
},
|
||||||
"wfversion": {
|
"wfversion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "v0.1.7",
|
"default": "v0.1.8",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"monochrome_logs": {
|
"monochrome_logs": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user