Skip to content

Commit

Permalink
Merge branch 'cw2615-update-data' into 'dev'
Browse files Browse the repository at this point in the history
CW-2615: update data

See merge request epi2melabs/workflows/wf-artic!147
  • Loading branch information
mattdmem committed Aug 21, 2023
2 parents b27c17e + af7475c commit ceccabf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.3.31]
### Changed
- `--update_data` default is now `true` to get latest lineage data from Pangolin and Nextclade
### Updated
- Pangolin and Nextclade containers update to latest data

## [v0.3.30]
### Added
- New primer schemes; ARTIC V5.3.2 and Midnight IDT V2
Expand Down
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ params {
pangolin_options = null
nextclade_data_tag = null
nextclade_version = "2.14.0"
update_data = false
update_data = true
aws_image_prefix = null
aws_queue = null
disable_ping = false
Expand All @@ -60,8 +60,8 @@ params {
]
common_sha = "sha0fa3896acb70eecc0d432c91a1516d596a87741c"
container_sha = 'shaa5485f2d1c9085c23b266273556a4ce01e5e0dd9'
nextclade_sha = 'sha24df77bfdb05353178d9798d1edf87822ae84756'
pangolin_sha = 'sha983ccbd03506597918e5c99689eac6fcc84de431'
nextclade_sha = 'shae56aff3b5b498b8cb950993692f914033397f8da'
pangolin_sha = 'shae304dd3bc308a519f26908eb9d5ffa7686131d17'
}
}

Expand All @@ -72,7 +72,7 @@ manifest {
description = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v0.3.30'
version = 'v0.3.31'
}

epi2melabs {
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
},
"update_data": {
"type": "boolean",
"default": false,
"default": true,
"description": "Update Pangolin and Nextclade data at runtime."
},
"pangolin_options": {
Expand Down

0 comments on commit ceccabf

Please sign in to comment.