mercier created page: Updating and release notes

Celine Mercier
2019-12-13 11:43:11 +01:00
parent c13da44c9f
commit 69636def2e

@ -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
```