nextstrain/nextclade: 2.9.1
Authors/Creators
- Ivan Aksamentov
- Richard Neher1
- Cornelius Roemer2
- mt-gitlocalize
- Victor Lin3
- Daniel Antonio Negrón
- Nextstrain bot3
- Snyk bot4
- Emma Hodcroft
- Thomas Sibley
- Actat
- Alex Rubinsteyn5
- Björn Grüning6
- Chaoran Chen7
- Christopher Bottoms8
- Finlay Maguire9
- Theo Sanderson10
- Anna Parker
- Elias Harkins
- Jennifer Chang11
- 1. Biozentrum, University of Basel
- 2. @neherlab @nextstrain
- 3. @nextstrain
- 4. @Snyk
- 5. University of North Carolina
- 6. University of Freiburg
- 7. ETH Zurich @cevo-public
- 8. Oklahoma Medical Research Foundation
- 9. Faculty of Computer Science, Dalhousie University
- 10. The Francis Crick Institute
- 11. Fred Hutchinson
Description
This fixes the bug when the QC score is 0 (good) when the following QC fields are missing from qc.json:
.privateMutations.weightLabeledSubstitutions
.privateMutations.weightReversionSubstitutions
.privateMutations.weightUnlabeledSubstitutions
In this case Nextclade assumed value of 0, which lead to QC score of 0 always. Not all datasets were adjusted for the new qc.json format in time and some had these fields missing - notably the flu datasets. So these datasets were erroneously showing perfect QC score for the "private mutations" rule.
In this version we set these weights to 1.0 if they are missing, which fixes the incorrect QC scores. Some of the sequences will now correctly show worse QC scores.
Fix dataset selector in Nextclade Web when there are datasets with the same name, but different reference sequencesThe dataset selector on the main page on nextclade Web did not allow selecting datasets with the same name, but different reference sequences. This did not affect users so far, but we are about to release new Influenza datasets, which were affected. In this version we resolve the problem by keeping track of datasets not just by name, but by a combination of all attribute values (the .attributes[] entries in the datasets index JSON file).
This introduces special value all for --reference argument of nextclade dataset list command. And it is now set as default. When it's in force, datasets with all reference sequences are included into the displayed list. This resolves the problem where non-default references are not show in the list.
- We are now submitting PRs to bioconda automatically, which should reduce the delay of updates there
<details> <summary><h3>Commit history</h3> (click to expand)</summary>
</details> Instructions📥 Nextclade CLI & Nextalign CLI can be downloaded from the links in the "Assets" section just below. There click "Show all" to show more options. Note the difference between "nextalign" and "nextclade" files.
🌐 Nextclade Web is available at https://clades.nextstrain.org
🐋 Docker images are available at DockerHub
📚 To understand how it all works, make sure to read the Documentation
Files
nextstrain/nextclade-2.9.1.zip
Files
(9.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6eb4ef93c88e3c9c56b3245978e7f8a2
|
9.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nextstrain/nextclade/tree/2.9.1 (URL)