From 69636def2e647b9b9441f965048e7ec39649a3eb Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 13 Dec 2019 11:43:11 +0100 Subject: [PATCH] mercier created page: Updating and release notes --- Updating-and-release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Updating-and-release-notes.md diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md new file mode 100644 index 0000000..cc300ed --- /dev/null +++ b/Updating-and-release-notes.md @@ -0,0 +1,17 @@ +### Current version: `3.0.0-beta3` + +You can check the version installed by running `obi --version` + +### Release notes: + +* `3.0.0-beta3`: Fixed bugs in `ngsfilter` when cutting sequences, and a few minor bugs. + + +### How to update with git: + +From the OBITools3 installation directory and virtual environment, run: + +``` +git pull +python3 setup.py install +``` \ No newline at end of file