Update Updating and release notes
@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
You can check the version installed by running `obi --version`
|
You can check the version installed by running `obi --version`
|
||||||
|
|
||||||
|
### How to update with pip:
|
||||||
|
|
||||||
|
From the OBITools3 virtual environment, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip3 install --pre --upgrade OBITools3
|
||||||
|
```
|
||||||
|
|
||||||
|
### How to update with git:
|
||||||
|
|
||||||
|
From the OBITools3 installation directory and virtual environment, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
git pull
|
||||||
|
python3 setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
### Release notes:
|
### Release notes:
|
||||||
|
|
||||||
* `3.0.0b33`:
|
* `3.0.0b33`:
|
||||||
@ -91,21 +108,3 @@ dataset if it contains huge dictionaries for a much faster import.
|
|||||||
* `3.0.0-beta4`: Fixed and improved the options to keep nucleotides around the amplicon in *ecopcr*.
|
* `3.0.0-beta4`: Fixed and improved the options to keep nucleotides around the amplicon in *ecopcr*.
|
||||||
|
|
||||||
* `3.0.0-beta3`: Fixed bugs in *ngsfilter* when cutting sequences, and a few minor bugs.
|
* `3.0.0-beta3`: Fixed bugs in *ngsfilter* when cutting sequences, and a few minor bugs.
|
||||||
|
|
||||||
### How to update with pip:
|
|
||||||
|
|
||||||
From the OBITools3 virtual environment, run:
|
|
||||||
|
|
||||||
```
|
|
||||||
pip3 install --pre --upgrade OBITools3
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### How to update with git:
|
|
||||||
|
|
||||||
From the OBITools3 installation directory and virtual environment, run:
|
|
||||||
|
|
||||||
```
|
|
||||||
git pull
|
|
||||||
python3 setup.py install
|
|
||||||
```
|
|
Reference in New Issue
Block a user