Skip to content

Commit

Permalink
Merge branch 'schema-fix' into 'dev'
Browse files Browse the repository at this point in the history
Schema fix

See merge request epi2melabs/workflow-containers/wf-artic!107
  • Loading branch information
nrhorner committed May 4, 2022
2 parents 3fd58ea + a027b0b commit fe28810
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.15]
### Fixed
- `nextflow_schema.json` default primer scheme fix
### Changes
- New docs format

## [v0.3.14]
### Fixed
- Issue with custom schemes
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ params {
report_coverage = true
report_variant_summary = true
report_detailed = false
wfversion = "v0.3.14"
wfversion = "v0.3.15"
pangolin_version = "4.0.5"
nextclade_version = "1.11.0"
nextclade_data_tag = null
Expand Down
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"scheme_version": {
"type": "string",
"default": "V3",
"default": "ARTIC/V3",
"description": "Scheme version."
},
"custom_scheme": {
Expand Down Expand Up @@ -249,7 +249,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.3.14",
"default": "v0.3.15",
"hidden": true
},
"_min_len": {
Expand Down

0 comments on commit fe28810

Please sign in to comment.