[1.1.0] (31 July 2025)
This Dorado release introduces up to 30% basecalling speed increase for the HAC model on a wide range of Nvidia GPUs including Blackwell, Ada and Ampere. Changes have been introduced in Dorado basecaller
to match Oxford Nanopore Output Specifications. Support for primer detection and trimming with compatible 10x Genomics libraries has also been added, with the section of the read corresponding to the cell barcodes and UMI tags going into the RX:Z
BAM tag. Other improvements and fixes include updates to Dorado polish
options (removal of --model
and addition of --models-directory
) and a new --add-fastq-rg
option for Dorado aligner
. Please note that for this and future Dorado releases, Jetson TX2 is no longer supported.
- d7e06c5 - Improve speed of HAC basecalling models on a range of Nvidia GPUs
- 4b55108 - Improve speed of Transformer-based SUP basecalling models running on Nvidia Hopper GPUs
- 1ce5c40 - Match MinKNOW output structure when using
--output-dir
in Doradobasecaller
orduplex
- 4b8efb4 - Add
--disable-read-splitting
argument to Doradobasecaller
- 8ef69e0 - Support for primer detection and trimming for 10x Genomics libraries using
--primer-sequences
with Doradobasecaller
andtrim
- 2fc5392 - Correct contents of
SM
andal
tags for barcode name and alias to meet Oxford Nanopore Output Specification - 9fae111 - Remove the Dorado
polish
--model
option and add--models-directory
option - f1ce47a - Add
--add-fastq-rg
option in Doradoaligner
to add FASTQ read group information in the output BAM - aacf16e - Hide
--chunksize
and--overlap
CLI arguments in Dorado basecaller - 5ebe4c2 - Fix a memory leak in Dorado
basecaller
- 15a5f53 - Fix an issue with handling of corrupt POD5 files
- c34a082 - Avoid querying CUDA devices when requested device is CPU
- e754c9e - Fix calculation of available host memory for CPU basecalling
- b0f0991 - Removed code supporting Jetson TX2 devices
- a5f4f70 - Minimum supported compiler for Linux builds is now GCC 11