diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3e20e9a..d98e1e017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ +## Nextclade 3.8.1 + +### Fix crash when using + +Since 3.8.0 Nextclade could crash when particular combinations of CSV/TSV columns selected in "Column config" tab on "Export" page in Nextclade Web or with `--output-columns-selection` argument in Nextclade CLI. This has been resolved. + +### Remove extra spaces in ref node selector + +Remove extra spaces in the text of entries in the "Relative to" dropdown selector in Nextclade Web. + ## 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 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`). diff --git a/Cargo.lock b/Cargo.lock index 4d01e1140..3dfd8abd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "nextclade" -version = "3.8.0" +version = "3.8.1" dependencies = [ "assert2", "atty", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "nextclade-cli" -version = "3.8.0" +version = "3.8.1" dependencies = [ "assert2", "clap", @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "nextclade-web" -version = "3.8.0" +version = "3.8.1" dependencies = [ "assert2", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 19dd12486..2e330f4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ [workspace.package] name = "nextclade" -version = "3.8.0" +version = "3.8.1" 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/" diff --git a/packages/nextclade-web/package.json b/packages/nextclade-web/package.json index 54432f901..f35cd959c 100644 --- a/packages/nextclade-web/package.json +++ b/packages/nextclade-web/package.json @@ -1,6 +1,6 @@ { "name": "@nextstrain/nextclade-web", - "version": "3.8.0", + "version": "3.8.1", "description": "Clade assignment, mutation calling, and sequence quality checks", "homepage": "https://clades.nextstrain.org", "repository": {