Skip to content

Commit

Permalink
chore: release cli 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Mar 28, 2023
1 parent ed939d2 commit 157f092
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Nextclade CLI 2.13.1 (2023-03-28)

### Lower verbosity level of translation-related warnings in Nextclade CLI

Warnings related to translation of peptides now have verbosity level "info", down from "warning", to reduce clutter in logs. You can still find all errors and warnings in the "errors" and "warnings" columns of the CSV and TSV output files, as well as in the corresponding fields of JSON output files. If you want these warnings to be printed into the console, you can increase Nextclade CLI verbosity level to "info" by adding at least one occurrence of `--verbose` (`-v`) flag or by explicitly setting `--verbosity=info` or to a lower value. Type `nextclade run --help` for more details.

### Internal changes

- Add more smoke tests, including for datasets with default reference


## Nextclade Web 2.13.0, Nextclade CLI 2.13.0 (2023-03-21)

### Attach sequences to a priori most likely node if reference tree contains "placement_prior"
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 packages_rs/nextclade-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nextclade-cli"
version = "2.13.0"
version = "2.13.1"
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. CLI 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_rs/nextclade-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nextclade-web"
version = "2.13.0"
version = "2.13.1"
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. WebAssembly module."
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages_rs/nextclade/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nextclade"
version = "2.13.0"
version = "2.13.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/"
Expand Down

1 comment on commit 157f092

@vercel
Copy link

@vercel vercel bot commented on 157f092 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade-nextstrain.vercel.app
nextclade-git-master-nextstrain.vercel.app
nextclade.vercel.app

Please sign in to comment.