From e88a1644a3d2027d19fc5af6748efb2445a46c89 Mon Sep 17 00:00:00 2001 From: Julian Libiseller-Egger Date: Mon, 5 Dec 2022 22:00:22 +0000 Subject: [PATCH] update manifest description to match workflow card in app --- CHANGELOG.md | 4 ++++ nextflow.config | 6 +++--- nextflow_schema.json | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2b388..f6738cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index 977f3b0..784533f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 @@ -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 { diff --git a/nextflow_schema.json b/nextflow_schema.json index 94ce877..2edc6de 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -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", @@ -178,7 +178,7 @@ }, "wfversion": { "type": "string", - "default": "v0.0.4", + "default": "v0.0.5", "hidden": true }, "monochrome_logs": {