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-bacterial-genomes!51
  • Loading branch information
SamStudio8 committed Dec 5, 2022
2 parents de15477 + 3522cb5 commit 4d009af
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.2.9]
### Changed
- Updated description in manifest

## [v0.2.8]
- Output QUAST stats for reference and denovo based assembly

Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ params {
chunk_size = 1000000
run_prokka = true
prokka_opts = null
wfversion = "v0.2.8"
wfversion = "v0.2.9"
aws_image_prefix = null
aws_queue = null
sample = null
Expand Down Expand Up @@ -44,10 +44,10 @@ manifest {
name = 'epi2me-labs/wf-bacterial-genomes'
author = 'Oxford Nanopore Technologies'
homePage = 'https://github.com/epi2me-labs/wf-bacterial-genomes'
description = 'Workflow to analyse bacterial genomes'
description = 'Assembly, variant calling, and annotation of bacterial genomes.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.2.8'
version = 'v0.2.9'
}

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-bacterial-genomes",
"description": "Assemble or align whole bacterial genomes and annotate.",
"description": "Assembly, variant calling, and annotation of bacterial genomes.",
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-bacterial-genomes/wf-bacterial-genomes-demo.tar.gz",
"url": "https://github.com/epi2me-labs/wf-bacterial-genomes",
"type": "object",
Expand Down Expand Up @@ -170,7 +170,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.2.8",
"default": "v0.2.9",
"hidden": true
},
"monochrome_logs": {
Expand Down

0 comments on commit 4d009af

Please sign in to comment.