Skip to content

Commit

Permalink
Merge branch 'jdaw/release-v0.5.3' into 'release-v0.5.3'
Browse files Browse the repository at this point in the history
Release checklist for v0.5.3 release

See merge request machine-learning/dorado!836
  • Loading branch information
tijyojwad committed Feb 6, 2024
2 parents 59a083c + 69b625a commit d9af343
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.5.3] (06 Feb 2024)

This release of Dorado fixes a bug causing low Poly(A) estimation rates in RNA.

* 59a083c9d9ee359049fc30ea4ca9ec4aacb84fe7 - Fix RNA Poly(A) tail estimated in the absence of adapter trimming.
* f0f98838156fe45c51a3e39795ee45248e045100 - Clarify `ns` tag in Dorado SAM spec.

# [0.5.2] (18 Jan 2024)

This release of Dorado fixes a bug causing malformed CIGAR strings, prevents crashing when calling modifications with duplex, and improves adapter and primer trimming support.
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.5.2-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.2-linux-x64.tar.gz)
- [dorado-0.5.2-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.2-linux-arm64.tar.gz)
- [dorado-0.5.2-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.2-osx-arm64.zip)
- [dorado-0.5.2-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.2-win64.zip)
- [dorado-0.5.3-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.3-linux-x64.tar.gz)
- [dorado-0.5.3-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.3-linux-arm64.tar.gz)
- [dorado-0.5.3-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.3-osx-arm64.zip)
- [dorado-0.5.3-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.3-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 5)
set(DORADO_VERSION_REV 2)
set(DORADO_VERSION_REV 3)

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

0 comments on commit d9af343

Please sign in to comment.