Skip to content

Commit 2a7f935

Browse files
Merge branch 'INSTX-12696_v1.3.2_bump' into 'release-v1.3'
Resolve INSTX-12696 "V1.3.2 bump" See merge request machine-learning/dorado!1863
2 parents 235c551 + 9cfa757 commit 2a7f935

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
# [1.3.2] (17 February 2026)
6+
7+
This release of Dorado introduces a minor bugfix to Dorado `demux`.
8+
9+
* 64967d855a83a519b6e2af67a6e6ceaccf68c9f0 Fix crash when Dorado `demux` is provided read records with a blank "sample_id".
10+
11+
512
# [1.3.1] (12 January 2026)
613

714
This release of Dorado updates summary files and the output structure of Dorado `aligner` to comply with the [Oxford Nanopore Output Specifications (26.01)](https://nanoporetech.github.io/ont-output-specifications/26.01/). Changes to the file outputs include:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ If you encounter any problems building or running Dorado, please [report an issu
2424

2525
First, download the relevant installer for your platform:
2626

27-
- [dorado-1.3.1-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.1-linux-x64.tar.gz)
28-
- [dorado-1.3.1-linux-arm64-cuda12 - Orin only](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.1-linux-arm64.tar.gz)
29-
- [dorado-1.3.1-linux-arm64-cuda13 - Jetson Thor / DGX Spark](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.1-linux-arm64-cuda-13.0.tar.gz)
30-
- [dorado-1.3.1-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.1-osx-arm64.zip)
31-
- [dorado-1.3.1-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.1-win64.zip)
27+
- [dorado-1.3.2-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.2-linux-x64.tar.gz)
28+
- [dorado-1.3.2-linux-arm64-cuda12 - Orin only](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.2-linux-arm64.tar.gz)
29+
- [dorado-1.3.2-linux-arm64-cuda13 - Jetson Thor / DGX Spark](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.2-linux-arm64-cuda-13.0.tar.gz)
30+
- [dorado-1.3.2-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.2-osx-arm64.zip)
31+
- [dorado-1.3.2-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.3.2-win64.zip)
3232

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

cmake/DoradoVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(DORADO_VERSION_MAJOR 1)
22
set(DORADO_VERSION_MINOR 3)
3-
set(DORADO_VERSION_REV 1)
3+
set(DORADO_VERSION_REV 2)
44

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

0 commit comments

Comments
 (0)