Update Updating and release notes

Celine Mercier
2020-10-30 10:51:53 +01:00
parent 6982f38bf4
commit 7ea9dfd228

@ -1,4 +1,4 @@
### Current version: `3.0.0b36`
### Current version: `3.0.0b37`
You can check the version installed by running `obi --version`
@ -21,6 +21,11 @@ python3 setup.py install
### Release notes:
* `3.0.0b37`:
- `import`: can now import SILVA fasta files, and now handling sequences with Uracil (U) nucleotides (by converting them to Thymine (T) for now)
- `addtaxids`: new command to annotate sequences with their NCBI taxid based on their taxon name
* `3.0.0b36`:
- `obi ls`: reworked a bit (mostly just now done in C instead of Cython)