Skip to content

Commit 97a23fc

Browse files
chore: release 3.11.0
1 parent 7df0c5f commit 97a23fc

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 3.11.0
2+
3+
### Alignment presets
4+
5+
Nextclade CLI now supports `--alignment-preset` argument, which switches between pre-defined sets of alignment parameters. Currently available values are:
6+
- `default`: Suitable for aligning very similar sequences (this is the default)
7+
- `high-diversity`: Suitable for more diverse viruses
8+
- `short-sequences`: Suitable for short and partial sequences
9+
10+
This is an experimental feature. Presets are subject to change.
11+
12+
13+
### Fix crash with empty reference sequence
14+
15+
Nextclade crashed when an empty reference sequence file is provided. Now Nextclade checks for this condition and reports a useful error message instead.
16+
17+
118
## 3.10.2
219

320
### Correctly handle comments in GFF3 files

Diff for: Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212

1313
[workspace.package]
1414
name = "nextclade"
15-
version = "3.10.2"
15+
version = "3.11.0"
1616
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
1717
repository = "https://github.com/nextstrain/nextclade"
1818
documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/"

Diff for: packages/nextclade-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextstrain/nextclade-web",
3-
"version": "3.10.2",
3+
"version": "3.11.0",
44
"description": "Clade assignment, mutation calling, and sequence quality checks",
55
"homepage": "https://clades.nextstrain.org",
66
"repository": {

0 commit comments

Comments
 (0)