Skip to content

Commit

Permalink
Merge branch 'tag' into 'dev'
Browse files Browse the repository at this point in the history
tag

See merge request epi2melabs/workflows/wf-bacterial-genomes!49
  • Loading branch information
sarahjeeeze committed Dec 1, 2022
2 parents f9f9b21 + c7340ef commit 5b48b41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [unreleased]
## [v0.2.7]
### Changes
- Replace QUAST with MetaQUAST
- Add species ID to run summary table
Expand Down
12 changes: 6 additions & 6 deletions lib/NfcoreTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,12 @@ class NfcoreTemplate {
String workflow_version = version(workflow)
String.format(
"""
${colors.igreen}|||||||||| ${colors.white}_____ ____ ___ ____ __ __ _____ _ _
${colors.igreen}|||||||||| ${colors.white}| ____| _ \\_ _|___ \\| \\/ | ____| | | __ _| |__ ___
${colors.yellow}||||| ${colors.white}| _| | |_) | | __) | |\\/| | _| _____| |/ _` | '_ \\/ __|
${colors.yellow}||||| ${colors.white}| |___| __/| | / __/| | | | |__|_____| | (_| | |_) \\__ \\
${colors.iblue}|||||||||| ${colors.white}|_____|_| |___|_____|_| |_|_____| |_|\\__,_|_.__/|___/
${colors.iblue}|||||||||| ${colors.biwhite}${workflow_name} ${workflow_version}${colors.reset}
${colors.igreen}|||||||||| ${colors.reset}${colors.dim}_____ ____ ___ ____ __ __ _____ _ _
${colors.igreen}|||||||||| ${colors.reset}${colors.dim}| ____| _ \\_ _|___ \\| \\/ | ____| | | __ _| |__ ___
${colors.yellow}||||| ${colors.reset}${colors.dim}| _| | |_) | | __) | |\\/| | _| _____| |/ _` | '_ \\/ __|
${colors.yellow}||||| ${colors.reset}${colors.dim}| |___| __/| | / __/| | | | |__|_____| | (_| | |_) \\__ \\
${colors.iblue}|||||||||| ${colors.reset}${colors.dim}|_____|_| |___|_____|_| |_|_____| |_|\\__,_|_.__/|___/
${colors.iblue}|||||||||| ${colors.reset}${colors.bold}${workflow_name} ${workflow_version}${colors.reset}
${NfcoreTemplate.dashedLine(monochrome_logs)}
""".stripIndent()
)
Expand Down
4 changes: 2 additions & 2 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.6"
wfversion = "v0.2.7"
aws_image_prefix = null
aws_queue = null
sample = null
Expand Down Expand Up @@ -47,7 +47,7 @@ manifest {
description = 'Workflow to analyse bacterial genomes'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v0.2.6'
version = 'v0.2.7'
}

epi2melabs {
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.2.6",
"default": "v0.2.7",
"hidden": true
},
"monochrome_logs": {
Expand Down

0 comments on commit 5b48b41

Please sign in to comment.