nextclade icon indicating copy to clipboard operation
nextclade copied to clipboard

Viral genome alignment, mutation calling, clade assignment, quality checks and phylogenetic placement

Results 200 nextclade issues
Sort by recently updated
recently updated
newest added

Bumps [auspice](https://github.com/nextstrain/auspice) from 2.51.0 to 2.52.0. Release notes Sourced from auspice's releases. Auspice 2.52.0 Sidebar filtering now contains all non-continuous metadata defined across the tree (i.e. all data within node.node_attrs)....

dependencies
javascript

I'd like to add input dataset info into the output JSON.

The `console_error_panic_hook` prints details of Rust panics in wasm module into dev console, and triggers a "null pointer" error message in UI. I would like to display a nice error...

This change means that we don't need to communicate the exact complicated order of preference for gene/cds/protein name to end users Instead, we can simply say: "If you want to...

This is a good heuristic to avoid lack of seed matching in short sequences (~1% of RSV A is only ~200bp long) If default kmer spacing is 50, a sequence...

- feat: log basic seed and align stats at debug level We're currently not really using `debug` level logging for anything. I think it'd be useful to output some basic...

This reimplements `Stripe` struct to contain a `Range` instead of a pair of `usize`s. This way it's easier to catch integer bugs and we get all existing checks and fixes...

This adds CLI args to display more information about Nextclade version and build environment. - `--version-detailed` (`-W`) shows single-line detailed information, for example: ``` 2.14.0 (Debug; Dirty; Commit d532ea3a; Branch...