Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Nov 12, 2022
1 parent 47be749 commit 09107cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [0.0.3] (12 Nov 2022)

Upgrade to Pod5 v0.0.41

47be749be07b3f0de05206308103da58dd8cca4b - Support new pod5 version (0.0.41)

# [0.0.2] (10 Nov 2022)

Release of version 0.0.2 is a minor release which introduces several performance and usability improvements to Dorado. In particular, we are happy to announce the inclusion of multi-GPU base modification calling and 5mC models.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This is an alpha of Dorado . This software is being released for evaluation. If

## Installation

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

## Running

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 0)
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 09107cc

Please sign in to comment.