Skip to content

Commit

Permalink
Merge branch 'v0.8.2-changelog' into 'master'
Browse files Browse the repository at this point in the history
0.8.2 changelog

See merge request machine-learning/dorado!1239
  • Loading branch information
MarkBicknellONT committed Oct 18, 2024
2 parents d6892a2 + 8791a22 commit eae3c77
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to Dorado will be documented in this file.

# [0.8.2] (21 Oct 2024)

This release of Dorado includes fixes and improvements to the Dorado 0.8.1 release.

* 9a81cbc269b742cad64b514a50aeb30a7bf25811 - Fix errors when running `dorado basecaller` on multi-GPU systems
* bac446937f5bc378ebf14169d7287b6e4c5b5efb - Fix error when passing invalid option to basecaller `--modified-bases` argument
* 7f40154aed13324865123386b278f3782eafa107 - Fix bug when running on GPUs with less than the recommended VRAM
* a993a32f6904991135ce14387740b0216b2136c9 - Prevent loss of small numbers of reads from `dorado correct`
* bbbeb9a72a79e77101f67dbab2a1c5f1cc4dd1d3 - Fix error when `dorado demux` is provided an empty input directory
* 3a8094a134dc448803c00aa93f6160c96241a9ab - Clarify "Unable to find chunk benchmarks" warning to indicate that it is not an error
* 543ccc1a4b78c8d04960a769d03d1f61ca75d0e3 - Improve documentation on running Dorado in PowerShell on Windows


# [0.8.1] (3 Oct 2024)

This release of Dorado includes fixes and improvements to the Dorado 0.8.0 release, including corrected configuration for DNA v5 SUP-compatible 5mC_5hmC and 5mCG_5hmCG models, improved cDNA poly(A) tail estimation for data from MinION flow cells, reduced basecaller startup time on supported GPUs, and more.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ If you encounter any problems building or running Dorado, please [report an issu

First, download the relevant installer for your platform:

- [dorado-0.8.1-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.1-linux-x64.tar.gz)
- [dorado-0.8.1-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.1-linux-arm64.tar.gz)
- [dorado-0.8.1-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.1-osx-arm64.zip)
- [dorado-0.8.1-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.1-win64.zip)
- [dorado-0.8.2-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.2-linux-x64.tar.gz)
- [dorado-0.8.2-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.2-linux-arm64.tar.gz)
- [dorado-0.8.2-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.2-osx-arm64.zip)
- [dorado-0.8.2-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.8.2-win64.zip)

Once the relevant `.tar.gz` or `.zip` archive is downloaded, extract the archive to your desired location.

Expand Down

0 comments on commit eae3c77

Please sign in to comment.