Skip to content

Commit

Permalink
Merge branch 'update-manifest-description' into 'dev'
Browse files Browse the repository at this point in the history
update manifest description to match workflow card in app

See merge request epi2melabs/workflows/wf-flu!25
  • Loading branch information
SamStudio8 committed Dec 5, 2022
2 parents ff27136 + e88a164 commit 1e13e29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.0.5]
### Changed
- Updated description in manifest

## [v0.0.4]
### Changed
- Nextflow 22.08 compatibility
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Expand Up @@ -26,7 +26,7 @@ params {
min_qscore = 9
align_threads = 4

wfversion = "v0.0.4"
wfversion = "v0.0.5"
aws_image_prefix = null
aws_queue = null
disable_ping = false
Expand All @@ -51,10 +51,10 @@ manifest {
name = 'epi2me-labs/wf-flu'
author = 'Oxford Nanopore Technologies'
homePage = 'https://github.com/epi2me-labs/wf-flu'
description = 'Oxford nanopore influenza A&B typing and analysis workflow'
description = 'Influenza A&B typing and analysis from Nanopore data.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.0.4'
version = 'v0.0.5'
}

epi2melabs {
Expand Down
4 changes: 2 additions & 2 deletions nextflow_schema.json
Expand Up @@ -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-flu",
"description": "Nextflow workflow to analyse ONT Influenza sequencing data.",
"description": "Influenza A&B typing and analysis from Nanopore data.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-flu/wf-flu-demo.tar.gz",
"url": "https://github.com/epi2me-labs/wf-flu",
"type": "object",
Expand Down Expand Up @@ -178,7 +178,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.0.4",
"default": "v0.0.5",
"hidden": true
},
"monochrome_logs": {
Expand Down

0 comments on commit 1e13e29

Please sign in to comment.