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-artic!123
  • Loading branch information
SamStudio8 committed Dec 5, 2022
2 parents 0fbac26 + 355ff14 commit b0a37fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.20]
### Changed
- Updated description in manifest

## [v0.3.19]
### Changed
- Fastqingress metadata map
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ params {
report_coverage = true
report_variant_summary = true
report_detailed = false
wfversion = "v0.3.19"
wfversion = "v0.3.20"
pangolin_version = "4.1.3"
pangolin_options = null
nextclade_version = "2.8.0"
Expand Down Expand Up @@ -70,10 +70,10 @@ manifest {
name = 'epi2me-labs/wf-artic'
author = 'Oxford Nanopore Technologies'
homePage = 'https://github.com/epi2me-labs/wf-artic'
description = 'Workflow for SARS-CoV-2 Network ARTIC analysis.'
description = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.3.19'
version = 'v0.3.20'
}

epi2melabs {
Expand Down
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
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-artic",
"description": "ARTIC SARS-CoV-2 workflow and reporting.",
"description": "Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-artic/wf-artic-demo.tar.gz",
"url": "https://github.com/epi2me-labs/wf-artic",
"type": "object",
Expand Down Expand Up @@ -319,7 +319,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.3.18",
"default": "v0.3.20",
"hidden": true
},
"_min_len": {
Expand Down

0 comments on commit b0a37fb

Please sign in to comment.