Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Instead, changes appear below grouped by the date they were added to the workflo

## 2025

* 26 September 2025: Updated workflow compatibility declaration in `nextstrain-pathogen.yaml`.
**This requires Nextstrain CLI >=10.3.0** to setup and update the pathogen without error messages.
However, workflows will still run with Nextstrain CLI <10.3.0 [#69][]
* 24 September 2025: Implemented augur subsample, replacing augur filter steps for both genome and N450 workflows. **This is a breaking change**. [#70][]
- Replaces `augur filter` calls with `augur subsample`.
- Replaces `filter` and `filter_N450` with `subsample` section in the config.yaml.
Expand All @@ -27,6 +30,7 @@ Instead, changes appear below grouped by the date they were added to the workflo
[#61]: https://github.com/nextstrain/measles/pull/61
[#62]: https://github.com/nextstrain/measles/pull/62
[#68]: https://github.com/nextstrain/measles/pull/68
[#69]: https://github.com/nextstrain/measles/pull/69
[#70]: https://github.com/nextstrain/measles/pull/70
[nextstrain/shared]: https://github.com/nextstrain/shared

Expand Down
12 changes: 10 additions & 2 deletions nextstrain-pathogen.yaml
Comment thread
victorlin marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
# This file's *contents* is the "registration metadata" for the pathogen repo,
# used by `nextstrain setup` and `nextstrain run`.
---
compatibility:
nextstrain run: true
workflows:
ingest:
compatibility:
nextstrain run: True
phylogenetic:
compatibility:
nextstrain run: True
nextclade:
compatibility:
nextstrain run: True
Loading