Skip to content

v0.5.0

Compare
Choose a tag to compare
@tijyojwad tijyojwad released this 05 Dec 19:30
· 1392 commits to master since this release

[0.5.0] (5 Dec 2023)

This release of Dorado introduces new, more accurate, and faster v4.3 basecalling models. It also enables hemi-methylation basecalling of duplex reads. Dorado now supports DNA primer and adapter trimming, custom barcode arrangements and sequences, and can automatically select the correct model for your data. Furthermore, this release introduces speed and memory enhancements for basecalling on Apple silicon and various stability improvements.

  • 1415969 - Add v4.3 basecalling models
  • b7d4b38 - Support for modified bases with duplex basecalling (hemi-methylation)
  • 30e639c - Primer and adapter trimming
  • fb85a70 - Enable automatic model selection
  • 16e5b6a - Support for custom barcode arrangements and sequences
  • 46bbfdd - Add barcode column to summary file
  • e9f060c - Improve the precision of read splitting
  • 4102ffc - Increase speed of v4.3 model execution
  • 0a07110 - Prevent progress bar from --resume-from logging excessive dots
  • 20b5637 - Ensure that aligner outputs SAM when not piped to a file
  • 942a35a - Add MN tag to ouput BAM to help downstream tools interpret modified base tags
  • f0ac935 - Added modbase model name to BAM files in RG header section.
  • a7fa371 - Improve performance of HAC and SUP on Apple silicon
  • 152d5fd - Improvements to auto batch sizing on Apple silicon
  • b0767a6 - Fix bug causing segfault with summary command on Windows
  • 1c2c6a9 - Make AVX reverse_complement implementation preserve nucleotide case
  • 4a4dd1c - Use updated Koi functions for small LSTM layers, final convolutional layer in LSTM models, and final linear layer