From 05a5cd594efdb0cfbab99a41b7cca8926d313303 Mon Sep 17 00:00:00 2001 From: zhengzhenxian <920596906@qq.com> Date: Sat, 15 Jul 2023 14:58:28 +0800 Subject: [PATCH] updated readme --- README.md | 1 + shared/param.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc58c33..e32580b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ ClairS is now available for early access to interested and experienced users. Yo ------ ## Latest Updates +*v0.1.4 (Jul 15)* : 1. Added reference depth in AD tag. 2. Added HiFi Sequel II Indel model. *v0.1.3 (Jul 5)* : Added ONT Dorado 4khz (`-p ont_r10_dorado_4khz`) and 5khz (`-p ont_r10_dorado_5khz`) models, check [here](#pre-trained-models) for more details. Renamed platform options `ont_r10` to `ont_r10_guppy` and `ont_r9` to `ont_r9_guppy`. diff --git a/shared/param.py b/shared/param.py index 67a4e29..862ce0f 100644 --- a/shared/param.py +++ b/shared/param.py @@ -1,6 +1,6 @@ # parameters caller_name = "clairs" -version = "0.1.3" +version = "0.1.4" from itertools import accumulate