Skip to content

Commit

Permalink
Merge branch 'jdaw/release-v0.6.2' into 'release-v0.6'
Browse files Browse the repository at this point in the history
update changelog and readme for 0.6.2

See merge request machine-learning/dorado!988
  • Loading branch information
tijyojwad committed May 9, 2024
2 parents a64492b + a02f0ab commit 7602541
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

# [0.6.2] (8 May 2024)

This release of Dorado disables trimming of the rapid adapter during basecalling which was causing some RBK datasets to have a high unclassified rate during demux.

* a64492b69eb59c1d60d602fee1670085338450c4 - Fix bug with loading reverse aligned records in dorado demux and trim
* 6cc278f4d7759a7aaaa9a9b336d843b127b0d7ed - Disable rapid adapter trimming to prevent signal overtrimming in some RBK datasets

# [0.6.1] (23 April 2024)

This release of Dorado fixes bugs in `dorado aligner` related to using presets incorrectly and in `dorado demux` which were causing demultiplexed outputs to be malformed.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ If you encounter any problems building or running Dorado, please [report an issu

## Installation

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

## Platforms

Expand Down
2 changes: 1 addition & 1 deletion cmake/DoradoVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DORADO_VERSION_MAJOR 0)
set(DORADO_VERSION_MINOR 6)
set(DORADO_VERSION_REV 1)
set(DORADO_VERSION_REV 2)

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit 7602541

Please sign in to comment.