From 0ee3454b29ad77b75905551ba4209164d6eedbb5 Mon Sep 17 00:00:00 2001 From: Adoni5 Date: Wed, 8 May 2024 11:53:50 +0100 Subject: [PATCH] Update Changelog Adds changes for release 2024.1.0 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8585c..52d84fe 100644 --- a/README.md +++ b/README.md @@ -553,8 +553,10 @@ And for our Awesome Logo please checkout out [@tim_bassford](https://twitter.com # Changelog -## Unreleased changes -1. Change the default `unblock_duration` on the `Analysis` class to use `DEFAULT_UNBLOCK` value defined in `_cli_args.py`. Change type on the Argparser for `--unblock-duration` to float. (#313) +## 2024.1.0 +1. bug fix type for `--wait-on-ready` type and actual function [(#327)](https://github.com/LooseLab/readfish/pull/327), [(#323)](https://github.com/LooseLab/readfish/pull/323) +1. mutiple suffix `.mmi` support [(#330)](https://github.com/LooseLab/readfish/pull/330) +1. Change the default `unblock_duration` on the `Analysis` class to use `DEFAULT_UNBLOCK` value defined in `_cli_args.py`. Change type on the Argparser for `--unblock-duration` to float. [(#313)](https://github.com/LooseLab/readfish/pull/313) 1. Big dog Duplex feature - adds ability to select duplex reads that cover a target region. See pull request for details [(#324)](https://github.com/LooseLab/readfish/pull/324) ## 2023.1.1 1. Fix Readme Logo link 🥳 (#296)