Skip to content

Commit

Permalink
Merge branch 'CW-2503-update-pangolin-nextclade' into 'dev'
Browse files Browse the repository at this point in the history
CW-2503 - update pangolin & nextclade

Closes CW-2503

See merge request epi2melabs/workflows/wf-artic!145
  • Loading branch information
mattdmem committed Aug 1, 2023
2 parents d83cbd5 + be0b3e0 commit cab982c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- New primer schemes; ARTIC V5.3.2 and Midnight IDT V2
### Updated
- Nextclade & pangolin
- Nextclade bump to 2.14.0
- Pangolin bump to 4.3
- For alt primers we take the largest region (Updated ARTIC code merges a canonical primer site with an alt site, producing an interval that encompasses both)

## [v0.3.29]
Expand Down
3 changes: 3 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ process pangolin {
then
pangolin --update
fi
# set cache for snakemake to prevent permission issuses
export XDG_CACHE_HOME=\$(pwd -P)
pangolin --all-versions 2>&1 | sed 's/: /,/' > pangolin.version
pangolin --threads ${task.cpus} $params._pangolin_options consensus.fasta
Expand Down
7 changes: 3 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ params {
report_lineage = true
report_coverage = true
report_variant_summary = true
pangolin_version = "4.2"
pangolin_options = null
nextclade_version = "2.11.0"
nextclade_data_tag = null
nextclade_version = "2.14.0"
update_data = false
aws_image_prefix = null
aws_queue = null
Expand All @@ -61,8 +60,8 @@ params {
]
common_sha = "sha0fa3896acb70eecc0d432c91a1516d596a87741c"
container_sha = 'shaa5485f2d1c9085c23b266273556a4ce01e5e0dd9'
nextclade_sha = 'shaede3ca9a1b17c2a1d0696ef7ff8503ec167d5df9'
pangolin_sha = 'sha1266e6040bf6e9f02e569f0eba5011a17d47f7aa'
nextclade_sha = 'sha24df77bfdb05353178d9798d1edf87822ae84756'
pangolin_sha = 'sha983ccbd03506597918e5c99689eac6fcc84de431'
}
}

Expand Down
7 changes: 1 addition & 6 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,13 @@
"default": false,
"description": "Update pangolin & Nextclade data at runtime."
},
"pangolin_version": {
"type": "string",
"default": "4.2",
"hidden": true
},
"pangolin_options": {
"type": "string",
"description": "Pass options to pangolin, use like this \"--analysis-mode fast --min-length 26000\"."
},
"nextclade_version": {
"type": "string",
"default": "2.11.0",
"default": "2.14.0",
"hidden": true
},
"nextclade_data_tag": {
Expand Down

0 comments on commit cab982c

Please sign in to comment.