Skip to content

Commit

Permalink
ready before bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PengNi committed Mar 31, 2022
1 parent 6be4754 commit 4feadf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4feadf6

Please sign in to comment.