From 4feadf622037c409b6b349c3cf2ea68a2dd176fc Mon Sep 17 00:00:00 2001 From: PengNi <543943952@qq.com> Date: Thu, 31 Mar 2022 08:37:02 +0800 Subject: [PATCH] ready before bump version --- README.md | 2 +- README.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 386b873..c588541 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ deepsignal is built on Python3. [tombo](https://github.com/nanoporetech/tombo) i We highly recommend using a virtual environment for the installation of deepsignal and its dependencies. A virtual environment can be created and (de)activated as follows by using [conda](https://conda.io/docs/): ```bash # create -conda create -n deepsignalenv python=3.6 +conda create -n deepsignalenv python=3.7 # activate conda activate deepsignalenv # deactivate diff --git a/README.rst b/README.rst index b206025..59a2daf 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ v0.2.0 ------ make `--reference_path` not a required input in *extract* and *call_mods* module +handle gz file in call_freq script + v0.1.10 ------- make sure results of each read be written together in call_mods' output