Skip to content

Commit

Permalink
chore: release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 3, 2024
1 parent dcbc3b4 commit c28710c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Nextclade 3.8.0

### Relative mutations

Nextclade now calls mutations relative to multiple targets. Additionally to previously available mutations relative to reference and mutations relative to parent tree node (private mutations), Nextclade now calls mutations relative to clade founder tree nodes, and relative to custom nodes of interest if defined in the dataset (e.g. vaccine strains).

Nextclade Web now has an additional dropdown selector for the target of mutation calling. Output files has new columns/fields for mutations relative to clade founders (`founderMuts`) as well as for mutations relative to custom nodes (`relativeMutations`).

See [documentation](https://docs.nextstrain.org/projects/nextclade/en/stable/user/algorithm/05-mutation-calling.html) for more details.

### Update Auspice tree visualization to 2.56.0

Auspice tree visualization package has been updated from 2.55.0 to 2.56.0. See Auspice changelog [here](https://github.com/nextstrain/auspice/releases).

## Nextclade 3.7.4

### Nextclade Web
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [

[workspace.package]
name = "nextclade"
version = "3.7.4"
version = "3.8.0"
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
repository = "https://github.com/nextstrain/nextclade"
documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextclade-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextstrain/nextclade-web",
"version": "3.7.4",
"version": "3.8.0",
"description": "Clade assignment, mutation calling, and sequence quality checks",
"homepage": "https://clades.nextstrain.org",
"repository": {
Expand Down

0 comments on commit c28710c

Please sign in to comment.